Skip to content

Instantly share code, notes, and snippets.

@olohmann
Last active May 20, 2016 19:10
Show Gist options
  • Save olohmann/0d15f123d707bd9d3e6495f5e1e5a9bc to your computer and use it in GitHub Desktop.
Save olohmann/0d15f123d707bd9d3e6495f5e1e5a9bc to your computer and use it in GitHub Desktop.
colorflag="--color=auto"
alias ls="command ls ${colorflag}"
alias l="ls -lF ${colorflag}"
alias la="ls -laF ${colorflag}"
alias lsd='ls -lF ${colorflag} | grep "^d"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment