From 38b9f02b931d97575b7a27e17e6bcea941b53f05 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Sun, 14 Apr 2019 17:31:42 +0200 Subject: zsh: Some cleanup --- dot.zshrc.local | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dot.zshrc.local') 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 -- cgit v1.2.3