[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:
parent
4df55b8835
commit
173a0b093c
4 changed files with 49 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue