From: Oleg Broytman Date: Tue, 6 Sep 2022 11:09:03 +0000 (+0300) Subject: .profile: Add `$SCREENDIR` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=b8e8910c9e10c660e8925edb5f9b53e660548179 .profile: Add `$SCREENDIR` Commented out. --- 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