Skip to content

Instantly share code, notes, and snippets.

@vmaldosan
Created November 21, 2019 16:56
Show Gist options
  • Save vmaldosan/7e03a4cf158fb219e728c658f56788b8 to your computer and use it in GitHub Desktop.
Save vmaldosan/7e03a4cf158fb219e728c658f56788b8 to your computer and use it in GitHub Desktop.
Aliases
alias ll='ls -l'
alias ..='cd ..'
alias ...='cd ../..'
alias ....='cd ../../..'
alias .....='cd ../../../..'
alias ......='cd ../../../../..'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment