Skip to content

Instantly share code, notes, and snippets.

@HansCz
Created April 13, 2012 11:28
Show Gist options
  • Save HansCz/2376070 to your computer and use it in GitHub Desktop.
Save HansCz/2376070 to your computer and use it in GitHub Desktop.
Bash - Colorised ls
# ================
# = Colorised ls =
# ================
# color-ls is now part of the standard ls command. To get colorized directory listings, simply issue the command (in bash):
alias ls='ls --color=tty'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment