Skip to content

Instantly share code, notes, and snippets.

@suroegin
Last active February 10, 2017 06:12
Show Gist options
  • Save suroegin/c9d5fb348f23e81d52f4e74c81d05929 to your computer and use it in GitHub Desktop.
Save suroegin/c9d5fb348f23e81d52f4e74c81d05929 to your computer and use it in GitHub Desktop.
# Delete
alias md='mkdir -p'
alias rd='rmdir'
alias rm='rm -r'
# Navigate
alias ..='cd ..'
alias ...='cd ../..'
alias ....='cd ../../..'
# For Git
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment