Skip to content

Instantly share code, notes, and snippets.

@shana
Created November 2, 2017 19:18
Show Gist options
  • Save shana/5a507bf19c4601c1627a45f8f966e892 to your computer and use it in GitHub Desktop.
Save shana/5a507bf19c4601c1627a45f8f966e892 to your computer and use it in GitHub Desktop.
.bash_aliases
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