Browse Source

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

Remove j alias for autojump
Robby Russell 10 years ago
parent
commit
35f1a23735
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/common-aliases/common-aliases.plugin.zsh

+ 0 - 1
plugins/common-aliases/common-aliases.plugin.zsh

@@ -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'