Explorar el Código

Add alacritty to list of recognized terminals for Bash window titling

Alois Mahdal hace 1 mes
padre
commit
047ac71254
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dotfiles/config/bashum/post.bashrc

+ 1
- 1
dotfiles/config/bashum/post.bashrc Ver fichero

@@ -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)'