Skip to content

Instantly share code, notes, and snippets.

@WonRhee
Created March 16, 2018 15:55
Show Gist options
  • Save WonRhee/c93828d22ca3c71454ac044c6b91ab4e to your computer and use it in GitHub Desktop.
Save WonRhee/c93828d22ca3c71454ac044c6b91ab4e to your computer and use it in GitHub Desktop.
.bashrc
# ~/.bashrc
# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
alias ld='ls -ld -1 $PWD/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment