1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Remove j alias for autojump

j alias conflicts with autojump's j() function. Fixes #2989
This commit is contained in:
Halil Özgür 2014-09-13 10:30:16 +03:00
parent 96e4e5dd03
commit 7a5d68c963

View file

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