diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-04-14 17:31:42 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-04-14 17:31:42 +0200 |
| commit | 38b9f02b931d97575b7a27e17e6bcea941b53f05 (patch) | |
| tree | d22d6ccf9273f20111d441f7e035f18c94687d86 /dot.zshrc.local | |
| parent | 3152de667df10aa2f097c6fea40431c9d042795c (diff) | |
zsh: Some cleanup
Diffstat (limited to 'dot.zshrc.local')
| -rw-r--r-- | dot.zshrc.local | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local index e8abbb7..a1a4456 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -2,12 +2,11 @@ . ~/.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" alias et="emacsclient -t" alias hl="highlight -O ansi" -path=( $HOME/.gem/ruby/*/bin(/N) $HOME/.cabal/bin(/N) $HOME/.go/bin(/N) $HOME/.cargo/bin(/N) $HOME/.local/bin(/N) $path /usr/sbin(/N) /usr/local/sbin(/N) /sbin(/N) ) -typeset -xU path zstyle :prompt:grml:left:items:percent pre ' ' gpg-connect-agent /bye |
