Created
November 2, 2017 19:18
-
-
Save shana/5a507bf19c4601c1627a45f8f966e892 to your computer and use it in GitHub Desktop.
.bash_aliases
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 ..='cd ..' | |
alias ...='cd ../..' | |
alias ....='cd ../../..' | |
alias cd..='cd ..' | |
alias rd=rmdir | |
alias md=mkdir | |
alias dir='ls -lh' | |
alias la='ls -lah --color' | |
alias e='subl -w' | |
export EDITOR="subl -w" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment