Last active
December 20, 2015 21:19
-
-
Save chris-erickson/6196716 to your computer and use it in GitHub Desktop.
Re-map ls so that directories are colored.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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