Last active
May 9, 2018 02:41
-
-
Save camsaul/d14c88d6acfebb4e0a9a0dc6b6307a57 to your computer and use it in GitHub Desktop.
.bash_profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias ls='ls -AFGh' | |
alias grep='grep --color=auto' | |
alias egrep='egrep --color=auto' | |
alias emacs=/Applications/Emacs.app/Contents/MacOS/Emacs | |
PATH=$PATH:/usr/local/bin | |
PATH=$PATH:~/scripts | |
PATH=/usr/local/opt/ruby/bin:$PATH | |
PATH=/usr/local/Cellar/perl/5.20.1/bin/:$PATH | |
PATH=/usr/local/opt/coreutils/libexec/gnubin:$PATH | |
PATH=/usr/local/texlive/2014/bin/x86_64-darwin:$PATH | |
PATH=/usr/local/Cellar/git/2.5.3/bin/:$PATH | |
PATH=/usr/local/Cellar/emacs/25.0.95/bin/:$PATH | |
MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH" | |
PATH=~/bin/:$PATH | |
export PATH=$PATH |
Author
camsaul
commented
May 9, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment