Created
March 24, 2016 13:43
-
-
Save adalbertopita/0fb4118e25e7784ca1cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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