New backup 2024-11-22 13:30:02
This commit is contained in:
parent
0c99d55476
commit
b3ec37519a
1 changed files with 4 additions and 0 deletions
|
@ -88,4 +88,8 @@ fi
|
||||||
#PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
#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\]\$ '
|
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
|
bind TAB:menu-complete
|
||||||
|
|
Loading…
Add table
Reference in a new issue