mirror of https://github.com/E-Almqvist/dotfiles
parent
603426687c
commit
c8a1e7bd71
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@ -1 +1 @@ |
||||
nvim/plugged/ |
||||
.config/nvim/plugged/ |
||||
|
@ -0,0 +1,8 @@ |
||||
function prompt_char { |
||||
if [ $UID -eq 0 ]; then echo "#"; else echo $; fi |
||||
} |
||||
|
||||
PROMPT='%{$reset_color%}%{$fg_bold[white]%}$(prompt_char)$(git_prompt_info)> %{$reset_color%}' |
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" (" |
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=")" |
Loading…
Reference in new issue