Created
November 5, 2017 06:24
-
-
Save jasperf/37939b556e10807a409e7eb59507c3b7 to your computer and use it in GitHub Desktop.
Creat ll on OSX to show all files including hidden dot files
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
alias ll='ls -lGaf' | |
nano ~/.bash_profile | |
source ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment