Shorter hostnames

This commit is contained in:
ViViDboarder 2015-08-26 14:31:05 -07:00
parent f866f6a2ea
commit 80fdcb2894
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ end
function _hostname function _hostname
# Returns the hostname if not using tmux since tmux will display # Returns the hostname if not using tmux since tmux will display
if [ -z $TMUX ] if [ -z $TMUX ]
echo (hostname)" " echo (hostname -s)" "
end end
end end