From 7958fc450ac3c66639206db4b086129dc6258921 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Sat, 12 Feb 2022 00:14:55 -0800 Subject: [PATCH] template: remove `$SHORT_HOSTNAME` - it doesn't make sense; I'm guessing it was due to a misunderstanding of host names? --- template/bashrc.template.bash | 10 ---------- 1 file changed, 10 deletions(-) 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