From a281577764e4de7d1dbd3b1542406a16d5f1aa8c Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 25 Jul 2019 16:37:40 +0200 Subject: [PATCH] Added xsessionrc --- .xsessionrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xsessionrc b/.xsessionrc index 7738783..63ba495 100644 --- a/.xsessionrc +++ b/.xsessionrc @@ -1,7 +1,7 @@ # Make sure we include this file only once -if [ -z $ZSH_LOCAL_BIN_ALREADY_SET ]; +if [ -z $LOCAL_BIN_ALREADY_SET ]; then - export ZSH_LOCAL_BIN_ALREADY_SET=1 + export LOCAL_BIN_ALREADY_SET=1 # set PATH so it includes user's private bin if it exists [ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH" [ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"