Last login: Thu Feb 25 00:02:32 on ttys004 UALC02NJ0RCG3QR:~ bhamill$ bash --version GNU bash, version 4.3.42(1)-release (x86_64-apple-darwin14.5.0) Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. UALC02NJ0RCG3QR:~ bhamill$ cat ~/.bashrc export HI=hi alias ll='ls -la' function gcb() { git branch | grep '^\*' | cut -c3- } UALC02NJ0RCG3QR:~ bhamill$ echo $HI hi UALC02NJ0RCG3QR:~ bhamill$ alias ll alias ll='ls -la' UALC02NJ0RCG3QR:~ bhamill$ gcb fatal: Not a git repository (or any of the parent directories): .git