From 80fdcb2894507a75bc1b2c526f85b76157b14e8c Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 26 Aug 2015 14:31:05 -0700 Subject: [PATCH] Shorter hostnames --- assets/default/fish/custom/themes/thefij/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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