diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-04-16 13:05:33 +0200 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-04-16 13:05:33 +0200 |
commit | c915def7a196fd412a95e1614078531d6d36bb6d (patch) | |
tree | c29a40172c166ba5a3f306fc26bf60db4791ce7e /Shell/zshrc | |
parent | fd4464cbb193cc6e458e92e23853fd764d57e80f (diff) | |
download | dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.gz dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.tar.bz2 dotfiles-c915def7a196fd412a95e1614078531d6d36bb6d.zip |
massive upgrade to new laptop
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 6568d91..bbe35c2 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -27,7 +27,7 @@ export PATH="$HOME/bin:$PATH" export EDITOR="vim" export LD_LIBRARY_PATH=/usr/local/lib -PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ " +PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}▶ " #RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]" |