Skip to content

Instantly share code, notes, and snippets.

@jasperf
Created November 5, 2017 06:24
Show Gist options
  • Save jasperf/37939b556e10807a409e7eb59507c3b7 to your computer and use it in GitHub Desktop.
Save jasperf/37939b556e10807a409e7eb59507c3b7 to your computer and use it in GitHub Desktop.
Creat ll on OSX to show all files including hidden dot files
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