mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
Merge pull request #3131 from halilim/remove-j-alias
Remove j alias for autojump
This commit is contained in:
commit
35f1a23735
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue