diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index a3fe9cfb..e9032051 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -27,9 +27,9 @@ export TODO="t" export SCM_CHECK=true # Set Xterm/screen/Tmux title with only a short hostname. -# Comment this (or unset SHORT_HOSTNAME) to fall back on $HOSTNAME. - -export SHORT_HOSTNAME=$(hostname -s) +# Unomment this (or set SHORT_HOSTNAME to something else), +# Will otherwise fall back on $HOSTNAME. +#export SHORT_HOSTNAME=$(hostname -s) # Set vcprompt executable path for scm advance info in prompt (demula theme) # https://github.com/djl/vcprompt