[ADD] Use my own script to display terminal title

The provided 'vte.sh' script  doesn't quite work on Bash because
$HOSTNAME is empty for some reason.
This commit is contained in:
Bruno BELANYI 2019-11-07 14:49:05 +01:00
parent 4df55b8835
commit 173a0b093c
4 changed files with 49 additions and 20 deletions

View file

@ -45,9 +45,6 @@ if { [ -n "$BASH_VERSION" ] && shopt -q login_shell; } ||
# Use my preferred pager settings for bat
export BAT_PAGER="$PAGER $LESS"
# Fix terminal title which uses HOSTNAME instead of HOST
export HOSTNAME="$HOST"
fi
# Use keychain to handle ssh-agent, in interactive shell too