summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 6666228..bae80ec 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)