From 8c680d42e898f1b747a182503beb479dbfcb26a6 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 4 Jan 2015 14:00:31 -0500 Subject: [PATCH] set PATH in profile instead of zshrc and source it before starting i3 --- x/.profile | 1 + x/.xinitrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 x/.profile diff --git a/x/.profile b/x/.profile new file mode 100644 index 0000000..b65f405 --- /dev/null +++ b/x/.profile @@ -0,0 +1 @@ +export PATH="$HOME/.local/bin:$PATH" diff --git a/x/.xinitrc b/x/.xinitrc index fe55261..169a707 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -41,4 +41,5 @@ xset dpms 0 0 300 # exec startkde #exec startxfce4 # ...or the Window Manager of your choice +source ~/.profile exec i3 -- 2.20.1