Last active
August 29, 2015 14:06
-
-
Save josephabrahams/7da04f965e401badf901 to your computer and use it in GitHub Desktop.
Ubuntu Default LS Aliases for OS X (BSD)
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 -G' | |
alias ll='ls -alF' | |
alias la='ls -A' | |
alias l='ls -CF' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment