Skip to content

Instantly share code, notes, and snippets.

@hirejohnsalcedo
Created March 20, 2017 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirejohnsalcedo/1e1c6fc4cb45b62478ef1482608faeb6 to your computer and use it in GitHub Desktop.
Save hirejohnsalcedo/1e1c6fc4cb45b62478ef1482608faeb6 to your computer and use it in GitHub Desktop.
Alias for ls
alias l="clear && pwd && ls --color -lA | tr -s ' ' | cut -d' ' -f9 | sed '/^$/d'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment