Remove unused "prefix" variable in prompt presets

[ci skip]
This commit is contained in:
Fabian Homborg 2020-01-26 12:29:06 +01:00
parent bcf2e2cdbd
commit 23042b6a43
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@ function fish_prompt --description 'Write out the prompt'
# Color the prompt differently when we're root
set -l color_cwd $fish_color_cwd
set -l prefix
set -l suffix '>'
if contains -- $USER root toor
if set -q fish_color_cwd_root

View file

@ -57,7 +57,6 @@ function fish_prompt --description 'Write out the prompt'
end
set -l color_cwd
set -l prefix
set -l suffix
switch "$USER"
case root toor