diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-03-28 20:10:47 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-03-28 20:10:47 +0100 |
| commit | e6cb57e0effdf787684b9d46e59ce8a6b4a92ba3 (patch) | |
| tree | aa3c4db1bfa101d2b5830de92ac483e07565d225 | |
| parent | 47de29f8de77775a6c0fd3deea481c6952c2dbb8 (diff) | |
Update zshrc.local
| -rw-r--r-- | dot.zshrc.local | 11 |
1 files changed, 4 insertions, 7 deletions
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 { |
