Commit: f423b4cb93c5db618355cfad10f2adccb562448c
Parent: 387a51b47c92bbdac30b73e4c717baee41ad34ee
Author: Randy Palamar
Date: Mon, 27 May 2024 07:37:07 -0600
ksh: set PS4
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/ksh/kshrc b/.config/ksh/kshrc
@@ -11,6 +11,7 @@ KSHDIR=~/.config/ksh
[ -f $KSHDIR/local ] && . $KSHDIR/local
[ -f $KSHDIR/kshenv ] && . $KSHDIR/kshenv
+export PS4='$(tput bold)\$>$(tput sgr0) '
PS1='$(tput bold)\W \$$(tput sgr0) '
if [ -n "$SSH_CONNECTION" ]; then
PS1="(\h) $PS1"
@@ -34,7 +35,6 @@ fi
alias c=clear
alias e="$EDITOR"
alias v="$EDITOR"
-alias hss='hugo server --noHTTPCache --printI18nWarnings'
alias ll='ls -lh'
alias mkdir='mkdir -p'
alias mvi='mpv --profile=image'