Created
March 16, 2018 15:55
-
-
Save WonRhee/c93828d22ca3c71454ac044c6b91ab4e to your computer and use it in GitHub Desktop.
.bashrc
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
# ~/.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