remove automatic screen title from .bash_aliases

This commit is contained in:
2025-01-02 15:10:03 +01:00
parent 24721f07cb
commit 6b15442c3f

View File

@@ -21,7 +21,6 @@ alias realias='unalias -a && source ~/.bashrc; source ~/.bash_aliases'
alias rebash='unalias -a && source ~/.profile'
alias dflocal='df -Th | grep -v -e squashfs -e tmpfs -e sshfs -e cifs'
alias st="printf '\ek%s\e\\' $(whoami)@$(uname -n);"
[[ "${TERMCAP}" == *"screen"* ]] && st
# =============
# redefinitions