mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 04:06:30 +00:00
Shorter hostnames
This commit is contained in:
parent
f866f6a2ea
commit
80fdcb2894
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user