dotfiles

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

commit 3524f9c210aaf07c5728be112393cb073a02cde1
parent ebae7d2bc21ca259a022755637bf688047cb14ef
Author: hhvn <hayden@haydenvh.com>
Date:   Mon, 15 Feb 2021 20:17:18 +0000

.config/ksh/kshrc: use all arguments in settitle()

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

diff --git a/.config/ksh/kshrc b/.config/ksh/kshrc @@ -15,7 +15,7 @@ seteditor nvim settitle(){ # set terminal's title - printf "\033]0;%s\007" "$1" + printf "\033]0;%s\007" "$@" } __ksh_prompt(){