template: remove `$SHORT_HOSTNAME`
- it doesn't make sense; I'm guessing it was due to a misunderstanding of host names?pull/1950/head
parent
a652b5d306
commit
7958fc450a
|
|
@ -50,16 +50,6 @@ TODO="t"
|
|||
# per default gitstatus uses 2 times as many threads as CPU cores, you can change this here if you must
|
||||
#export GITSTATUS_NUM_THREADS=8
|
||||
|
||||
# Set Xterm/screen/Tmux title with only a short hostname.
|
||||
# Uncomment this (or set SHORT_HOSTNAME to something else),
|
||||
# Will otherwise fall back on $HOSTNAME.
|
||||
#SHORT_HOSTNAME=$(hostname -s)
|
||||
|
||||
# Set Xterm/screen/Tmux title with only a short username.
|
||||
# Uncomment this (or set SHORT_USER to something else),
|
||||
# Will otherwise fall back on $USER.
|
||||
#SHORT_USER=${USER:0:8}
|
||||
|
||||
# If your theme use command duration, uncomment this to
|
||||
# enable display of last command duration.
|
||||
#BASH_IT_COMMAND_DURATION=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue