summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gceccarelli@veritone.com>2023-10-11 10:32:09 +0100
committerGianni Ceccarelli <gceccarelli@veritone.com>2023-10-11 10:32:09 +0100
commitb80555a81d754a8b244d2f4220bbdd6189e6a7fc (patch)
treeaca696a93bfe5b8dfa11db1c04cee944a734e09e
parentalacritty better colors (diff)
downloaddotfiles-b80555a81d754a8b244d2f4220bbdd6189e6a7fc.tar.gz
dotfiles-b80555a81d754a8b244d2f4220bbdd6189e6a7fc.tar.bz2
dotfiles-b80555a81d754a8b244d2f4220bbdd6189e6a7fc.zip
teach xtitle about alacritty
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 55121e4..7366c08 100644
--- a/.bashrc
+++ b/.bashrc
@@ -32,7 +32,7 @@ shopt -s no_empty_cmd_completion
function xtitle() {
case $TERM in
- xterm*|rxvt*|Eterm|eterm)
+ xterm*|rxvt*|Eterm|eterm|alacritty)
echo -ne "\e]0;$1\007"
;;
screen)