This commit is contained in:
Till 2024-12-26 17:20:52 +01:00
parent e148c91317
commit ad89e53947
2 changed files with 10 additions and 10 deletions

View file

@ -75,7 +75,7 @@
set -U fish_prompt_pwd_dir_length 0
function fish_prompt --description "Write out the prompt"
echo -s (set_color brblack) (basename $PWD) (set_color normal) (set_color magenta) ' $ ' (set_color normal)
echo -s (set_color green) (whoami) (set_color brblack) @ (set_color yellow) (hostname) (set_color brblack) : (prompt_pwd) '$ ' (set_color normal)
end
function fish_right_prompt --description "Display info to the right of the prompt"