Skip to content

Instantly share code, notes, and snippets.

@zorji
Last active March 22, 2016 10:25
Show Gist options
  • Save zorji/2d6b8aa061c3c3ecb983 to your computer and use it in GitHub Desktop.
Save zorji/2d6b8aa061c3c3ecb983 to your computer and use it in GitHub Desktop.
ll in OS X
export PATH="/usr/local/sbin:$PATH"
ll="-alh --classify --color=auto --group-directories-first"
alias ll="gls $ll"
alias ls="gls --color=auto"
export NVM_DIR="/Users/Z/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
brew install coreutils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment