Skip to content

Instantly share code, notes, and snippets.

@josephabrahams
Last active August 29, 2015 14:06
Show Gist options
  • Save josephabrahams/7da04f965e401badf901 to your computer and use it in GitHub Desktop.
Save josephabrahams/7da04f965e401badf901 to your computer and use it in GitHub Desktop.
Ubuntu Default LS Aliases for OS X (BSD)
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