config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 18c2d1a4c831a1d7b25701605b23e12fe4c2b18d
parent ad44fc95750be445d9ad75542a97bd72a5053b74
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Mon, 14 Sep 2020 21:10:38 -0700

Improve histfile system

instead of making a directory simply use `.' as a seporator.

Diffstat:
Mksh/.config/ksh.kshrc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ksh/.config/ksh.kshrc b/ksh/.config/ksh.kshrc @@ -6,9 +6,8 @@ set -o vi . ~/.profile MAIL="/var/mail/$USER" -HISTFILE="$HISTBASE/ksh/`date +%Y/%m`" +HISTFILE="$HISTBASE/ksh/`date +%Y.%m`" HISTSIZE="820000" -mkdir -p `dirname $HISTFILE` PS1="\w " export PS2="2> "