diff --git a/template/bashrc.template.bash b/template/bashrc.template.bash index 20bd3ca6..3dafc532 100644 --- a/template/bashrc.template.bash +++ b/template/bashrc.template.bash @@ -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