Replace the tabulation by space.
This commit is contained in:
Daniel Bengtsson 2020-06-17 20:45:04 +02:00 committed by Fabian Homborg
parent ee0d13a552
commit b8d0de1b88

View file

@ -34,7 +34,7 @@ A simple prompt:
function fish_prompt -d "Write out the prompt"
printf '%s@%s%s%s%s> ' (whoami) (hostname | cut -d . -f 1) \
(set_color $fish_color_cwd) (prompt_pwd) (set_color normal)
(set_color $fish_color_cwd) (prompt_pwd) (set_color normal)
end