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