term pipe keybinds

This commit is contained in:
2025-06-13 00:36:40 +00:00
parent 2eea5707bd
commit 5305539a3f
2 changed files with 7 additions and 2 deletions

View File

@@ -9,4 +9,9 @@ alias grep='grep --color=auto'
export EDITOR=vim
PS0+='\e]133;C\e\\'
command_done() {
printf '\e]133;D\e\\'
}
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }command_done
PS1='\[\033[1;95m\]\u@\h:\W\$\[\033[0m\]\[\033[1;91m\]${?#0}\[\033[0m\] '