Skip to content

Instantly share code, notes, and snippets.

@pvaviloff
Last active January 28, 2020 16:57
Show Gist options
  • Save pvaviloff/91e38cb2b66db94be60bb84f8df35ba1 to your computer and use it in GitHub Desktop.
Save pvaviloff/91e38cb2b66db94be60bb84f8df35ba1 to your computer and use it in GitHub Desktop.
# Add ".bash_aliases" into "Home" directory.
# Type into console: cd ~/ && nano .bash_aliases
# Then paste the following into the file and save it.
#short code
alias g='git'
alias v='vagrant'
alias vs='vagrant global-status'
alias dc='docker-compose'
#mistype
alias gti='git'
alias got='git'
alias gto='git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment