X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Fscreen.bashrc;h=c2b10149e76eb6d530689cc544056c2c7996de79;hb=c23dc0b9470e74a417e8eb796920d7da87eb243d;hp=beba50523d67d2de94cb5555fb83014ee14063f1;hpb=b0dc723863560322fab286f028e09d51981d174c;p=profile.git diff --git a/.profile.d/screen.bashrc b/.profile.d/screen.bashrc index beba505..c2b1014 100644 --- a/.profile.d/screen.bashrc +++ b/.profile.d/screen.bashrc @@ -6,7 +6,7 @@ if [ $? = 0 ]; then if [ -n "$SUDO_USER" ]; then unset SCREENDIR else - export SCREENDIR="~/.screen/$HOSTNAME" + export SCREENDIR="$HOME/.screen/$HOSTNAME" mkdir -p "$SCREENDIR" fi fi