diff --git a/dot_config/fish/functions/fish_prompt.fish b/dot_config/fish/functions/fish_prompt.fish index e74cc5a..1cba2f1 100644 --- a/dot_config/fish/functions/fish_prompt.fish +++ b/dot_config/fish/functions/fish_prompt.fish @@ -6,7 +6,7 @@ function fish_prompt set -g blue (set_color -o blue) set -l green (set_color -o green) set -g normal (set_color normal) - set -l host (hostname -s) + set -l host (cat /etc/hostname) set -l user (whoami) set initial_indicator "$user@$host"