Last active
March 22, 2016 10:25
-
-
Save zorji/2d6b8aa061c3c3ecb983 to your computer and use it in GitHub Desktop.
ll in OS X
This file contains 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
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 |
This file contains 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
brew install coreutils |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment