Added xsessionrc

This commit is contained in:
Tobias Schmidl 2019-07-25 16:37:40 +02:00 committed by Tobias Schmidl
parent f220870b9e
commit a281577764

View file

@ -1,7 +1,7 @@
# Make sure we include this file only once # Make sure we include this file only once
if [ -z $ZSH_LOCAL_BIN_ALREADY_SET ]; if [ -z $LOCAL_BIN_ALREADY_SET ];
then 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 # set PATH so it includes user's private bin if it exists
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH" [ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH" [ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"