Skip to content

Instantly share code, notes, and snippets.

@chris-erickson
Last active December 20, 2015 21:19
Show Gist options
  • Save chris-erickson/6196716 to your computer and use it in GitHub Desktop.
Save chris-erickson/6196716 to your computer and use it in GitHub Desktop.
Re-map ls so that directories are colored.
echo "alias ls='ls -Gfh'" >> ~/.bash_profile
# Restart Terminal or:
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment