was asked to avoid changing default behavior.

pull/829/head
Ira Abramov 2016-11-07 11:17:58 +02:00
parent 2a0700d700
commit 52efa850df
1 changed files with 3 additions and 3 deletions

View File

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