dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 3147d96f56e256eaaa84fa3b3bc00efc25f29f3b
parent f673d4e7c58124a3658c607b6f5b160e918d69ca
Author: hhvn <dev@haydenvh.com>
Date:   Sun, 28 Mar 2021 15:38:28 +0100

.c/k/kshrc: overwrite old titles

Diffstat:
M.config/ksh/kshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/ksh/kshrc b/.config/ksh/kshrc @@ -53,7 +53,7 @@ __ksh_prompt(){ tput sgr0 } -PS1="\$(__ksh_prompt \$?)" +PS1="\$(__ksh_prompt \$?)\$(settitle ksh)" PS2="$(tput setaf 7):; $(tput sgr0)" PS3="$(tput setaf 7):; $(tput sgr0)$(tput el) " PS4="$(tput setaf 7):; $(tput sgr0)"