summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-prompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-prompt.sh b/git-prompt.sh
index 021000f..341182b 100755
--- a/git-prompt.sh
+++ b/git-prompt.sh
@@ -284,7 +284,7 @@ set_shell_label() {
#then
host=${HOSTNAME}
- #host=`hostname --short`
+ #host=`hostname -s`
host=${host#$default_host}
uphost=`echo ${host} | tr a-z A-Z`
if [[ $upcase_hostname = "on" ]]; then