Merge pull request #3131 from halilim/remove-j-alias

Remove j alias for autojump
This commit is contained in:
Robby Russell 2014-11-06 09:27:56 -08:00
commit 35f1a23735

View File

@ -46,7 +46,6 @@ alias ff='find . -type f -name'
alias h='history' alias h='history'
alias hgrep="fc -El 0 | grep" alias hgrep="fc -El 0 | grep"
alias help='man' alias help='man'
alias j='jobs'
alias p='ps -f' alias p='ps -f'
alias sortnr='sort -n -r' alias sortnr='sort -n -r'
alias unexport='unset' alias unexport='unset'