Skip to content

Instantly share code, notes, and snippets.

@dseeni
Forked from robbestad/ls.sh
Created April 27, 2019 01:29
Show Gist options
  • Select an option

  • Save dseeni/226b54fef320bd9e1915eb43e57be710 to your computer and use it in GitHub Desktop.

Select an option

Save dseeni/226b54fef320bd9e1915eb43e57be710 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