config

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

commit 5969683029539a842f4fd49221d0336b0f14f65e
parent 8b8bf85795e344f3f2956f4bd9760071fbecd1bf
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Fri, 12 Feb 2021 21:08:53 -0800

Leave MAIL unset in kshrc

Diffstat:
Mmodules/ksh/.config/ksh.kshrc | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/modules/ksh/.config/ksh.kshrc b/modules/ksh/.config/ksh.kshrc @@ -13,7 +13,6 @@ test -f $SHELL_MODULE_DIR/main && . $SHELL_MODULE_DIR/main HISTFILE="$HISTBASE/ksh/`date +%Y.%m`" HISTSIZE="820000" -MAIL="/var/mail/$USER" export PS1="\\\$`hostname -s | cut -c -5` \w " export PS2="2> "