瀏覽代碼

Add alacritty to list of recognized terminals for Bash window titling

Alois Mahdal 1 月之前
父節點
當前提交
047ac71254
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      dotfiles/config/bashum/post.bashrc

+ 1
- 1
dotfiles/config/bashum/post.bashrc 查看文件

@@ -190,7 +190,7 @@ __bashum__mkpc() {
190 190
     #
191 191
     echo -n '__bashum__save_rv $?;'
192 192
     case "$TERM" in
193
-        xterm*|rxvt*|screen*)
193
+        xterm*|rxvt*|screen*|alacritty)
194 194
             echo -n 'echo -ne "\033]0;'
195 195
             echo -n   "$(__bashum__mkicon) "
196 196
             echo -n   '$(__bashum__lastrv)'