Skip to content

Instantly share code, notes, and snippets.

@adalbertopita
Created March 24, 2016 13:43
Show Gist options
  • Save adalbertopita/0fb4118e25e7784ca1cf to your computer and use it in GitHub Desktop.
Save adalbertopita/0fb4118e25e7784ca1cf to your computer and use it in GitHub Desktop.
alias .='cd .'
alias ..='cd ..'
alias ...='cd ../..'
alias bi='bundle install'
alias boxes='cd /home/adalberto/workspace/boxes'
alias bu='bundle update'
alias dch_release='/home/adalberto/workspace/dch_releaser/dch_release'
alias kill='kill -9'
alias la='ls -lah'
alias prost='cd /home/adalberto/workspace/prost'
alias psx='ps aux | grep'
alias reload='source ~/.bashrc'
alias rs='rails s'
alias rsp='rails s -p 3001'
alias schumi='cd /home/adalberto/workspace/schumi'
alias work='cd /home/adalberto/workspace'
alias schumicore='cd /home/adalberto/workspace/schumi_core'
alias boxes='cd /home/adalberto/workspace/boxes'
alias ghtml='cd /usr/share/nginx/html/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment