From 0a9f058856cad6e26c1087ba9f4476f25ace00fa Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 27 Mar 2020 17:25:02 -0400 Subject: Only cd in .profile if /usr/home exists --- home/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/.profile b/home/.profile index 2d34ed83..20576362 100644 --- a/home/.profile +++ b/home/.profile @@ -17,6 +17,6 @@ export NETHACKOPTIONS='pickup_types:$!?+/=, color, DECgraphics' type nvim >/dev/null || EDITOR=vim [ -e /usr/share/mk/sys.mk ] || export CFLAGS=-O -cd +[ -d /usr/home ] && cd export ENV=~/.shrc -- cgit 1.4.1