Skip to content

Instantly share code, notes, and snippets.

@robbestad
Created June 30, 2013 21:08
Show Gist options
  • Select an option

  • Save robbestad/5896900 to your computer and use it in GitHub Desktop.

Select an option

Save robbestad/5896900 to your computer and use it in GitHub Desktop.
bash ls aliases
//vim ~/.bashrc
/add
alias l='ls -Ahq --group-directories-first --color'
//run with full details files
l -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment