diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2020-04-07 13:47:49 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2020-04-07 13:47:49 +0200 |
| commit | d9b0575af92aebb084e481491e6f34fef474c4fe (patch) | |
| tree | 72ad23f58a0c4a16386cf3b401407130667b235c | |
| parent | 76cb3c3dadb43125ac068be0a49bf70bf5628dc4 (diff) | |
zsh: Disable chg
It turned out to be slower.
| -rw-r--r-- | dot.zshrc.local | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local index 13d722f..7d6c93a 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -2,7 +2,6 @@ zstyle :prompt:grml:right:setup use-rprompt false . ~/.zshrc.from_grml (( $+commands[bsdtar] )) && alias tar=bsdtar -(( $+commands[chg] )) && alias hg=chg (( $+commands[nvim] )) && alias vim=nvim alias g=git alias ec="emacsclient -n" |
