Skip to content

Instantly share code, notes, and snippets.

@camsaul
Last active May 9, 2018 02:41
Show Gist options
  • Save camsaul/d14c88d6acfebb4e0a9a0dc6b6307a57 to your computer and use it in GitHub Desktop.
Save camsaul/d14c88d6acfebb4e0a9a0dc6b6307a57 to your computer and use it in GitHub Desktop.
.bash_profile
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
@camsaul
Copy link
Author

camsaul commented May 9, 2018

alias ls='ls --almost-all --classify --no-group --human-readable --color=always'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment