X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=config%2Fzsh%2F60_prompt;fp=config%2Fzsh%2F60_prompt;h=86dd59637559a411331377d5ab79c7e060792940;hb=13cef426cc23a32b4b9dc830e9e03688f3c475a9;hp=c9a2bde2af689c08d132e0f741322dd0967ed0c4;hpb=371cb93727f5980aa7d6553f957bb9f5e1dffa9a;p=~madcoder%2Fdotfiles.git diff --git a/config/zsh/60_prompt b/config/zsh/60_prompt index c9a2bde..86dd596 100644 --- a/config/zsh/60_prompt +++ b/config/zsh/60_prompt @@ -56,11 +56,9 @@ $pcc[1]└[$pcc[2]%{%(?..%S)%}%m%s$pcc[1]] $rst" } if [ $UID -eq 0 ]; then - PATH=~root/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH PROMPT="%{$reset_color$fg_bold[yellow]%}[%{$fg_bold[red]%}%n %m%{$fg_bold[yellow]%}]%{$reset_color%} " RPROMPT="%{$reset_color$fg_no_bold[red]%}(%{$fg_bold[red]%}%~%{$fg_no_bold[red]%})%{$reset_color%} " else - PATH="/usr/lib/ccache:${HOME}/bin:${PATH}" _mad_prompt_setup fi