From b8e8910c9e10c660e8925edb5f9b53e660548179 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 6 Sep 2022 14:09:03 +0300 Subject: [PATCH] .profile: Add `$SCREENDIR` Commented out. --- .profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.profile b/.profile index d9f65db..4aa6cb3 100644 --- a/.profile +++ b/.profile @@ -210,6 +210,10 @@ if [ -t 0 ] ; then # eval "`pyenv init --path`" #fi + #SCREENDIR="$HOME"/tmp/screen + #export SCREENDIR + #mkdir -p "$SCREENDIR" + #chmod 700 "$SCREENDIR" fi # No need to set DISPLAY - ssh sets DISPLAY and calls xauth -- 2.39.2