From e6cb57e0effdf787684b9d46e59ce8a6b4a92ba3 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 28 Mar 2019 20:10:47 +0100 Subject: Update zshrc.local --- dot.zshrc.local | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'dot.zshrc.local') diff --git a/dot.zshrc.local b/dot.zshrc.local index a0436c1..8ac999e 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -1,18 +1,15 @@ +# -*- shell-script -*- . ~/.zshrc.from_grml -(( $+commands[bsdtar] )) && alias tar=bsdtar || echo "bsdtar not installed" +(( $+commands[bsdtar] )) && alias tar=bsdtar +(( $+commands[chg] )) && alias hg=chg 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 -if [[ -e ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]]; then - prompt off - . ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh -else - zstyle :prompt:grml:left:items:percent pre ' +zstyle :prompt:grml:left:items:percent pre ' ' -fi gpg-connect-agent /bye ssh-add -l function countdown { -- cgit v1.2.3