diff options
Diffstat (limited to 'git-prompt.sh')
-rwxr-xr-x | git-prompt.sh | 2 |
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 |