fish: Fix root prompt color

master
Pierre Neidhardt 2016-10-14 09:23:30 +05:30
parent bca34f3114
commit ff9027a80b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function fish_prompt
## Path
set -l cwd_color $fish_color_cwd
if test (id -u) -eq 0
set -l cwd_color $fish_color_cwd_root
set cwd_color $fish_color_cwd_root
end
set PROMPT_PWD (prompt_pwd)
printf "%s%s%s%s" \