mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
Typo.
Replace the tabulation by space.
This commit is contained in:
parent
ee0d13a552
commit
b8d0de1b88
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ A simple prompt:
|
||||||
|
|
||||||
function fish_prompt -d "Write out the prompt"
|
function fish_prompt -d "Write out the prompt"
|
||||||
printf '%s@%s%s%s%s> ' (whoami) (hostname | cut -d . -f 1) \
|
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
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue