Commit 538c54ba authored by Robby Russell's avatar Robby Russell
Browse files

Removed a bunch of aliases that I never use, which came from someone else I copied old config from

parent f39adb8d
alias c='cd'
alias pu='pushd' alias pu='pushd'
alias po='popd' alias po='popd'
alias sc='ruby script/console' alias sc='ruby script/console'
alias ss='ruby script/server' alias ss='ruby script/server'
alias mr='mate CHANGELOG app config db lib public script spec test' alias mr='mate CHANGELOG app config db lib public script spec test'
alias .='pwd' alias .='pwd'
alias ...='cd ../..' alias ...='cd ../..'
alias ....='cd ../../..'
alias .....='cd ../../../..'
alias ......='cd ../../../../..'
alias .......='cd ../../../../../..'
alias _='sudo' alias _='sudo'
alias ss='setsid'
alias g='grep -in' alias g='grep -in'
alias s='svn'
alias e='mate'
alias history='fc -l 1' alias history='fc -l 1'
alias utb='tar jxvf'
alias utz='tar zxvf'
alias ls='ls -GF' alias ls='ls -GF'
alias ll='ls -al' alias ll='ls -al'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment