diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index 00723f8..4f7de1c 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -76,6 +76,10 @@ function fish_prompt --description 'Write out the prompt' set suffix '$' end + # USER@HOST + set_color normal + printf '%s@%s ' "$USER" (prompt_hostname) + # PWD set_color $color_cwd echo -n (prompt_pwd)