diff --git a/assets/default/fish/custom/themes/thefij/fish_prompt.fish b/assets/default/fish/custom/themes/thefij/fish_prompt.fish index c0c7907..0be4851 100644 --- a/assets/default/fish/custom/themes/thefij/fish_prompt.fish +++ b/assets/default/fish/custom/themes/thefij/fish_prompt.fish @@ -43,7 +43,7 @@ end function _hostname # Returns the hostname if not using tmux since tmux will display if [ -z $TMUX ] - echo (hostname)" " + echo (hostname -s)" " end end