was asked to avoid changing default behavior.
parent
2a0700d700
commit
52efa850df
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue