New backup 2024-11-22 13:30:02

This commit is contained in:
Penelope Gwen 2024-11-22 13:30:02 -08:00
parent 0c99d55476
commit b3ec37519a

View file

@ -88,4 +88,8 @@ fi
#PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
PS1='\[\e[1m\e[95m\]$ssh_prefix\[\e[m\]${debian_chroot:+($debian_chroot)}\[\e[01;32m\]\u@\h\[\e[00m\]:\[\e[01;34m\]\w\[\e[00m\]\$ '
if [ "$TERM" = alacritty ];then
PROMPT_COMMAND='echo -ne "\e]2;${PWD} — Alacritty\007"'
fi
bind TAB:menu-complete