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
# Apt | |
alias apti='sudo apt-get install' | |
alias apts='sudo apt-cache search' | |
alias aptp='sudo apt-get --purge remove' | |
alias aptr='sudo apt-get remove' | |
# Rails | |
alias rdbd='rake db:drop' | |
alias rdbc='rake db:create' | |
alias rdbm='rake db:migrate' |