set PATH in profile instead of zshrc
authorAmin Bandali <me@aminb.org>
Sun, 4 Jan 2015 19:00:31 +0000 (14:00 -0500)
committerAmin Bandali <me@aminb.org>
Sun, 4 Jan 2015 19:00:31 +0000 (14:00 -0500)
and source it before starting i3

x/.profile [new file with mode: 0644]
x/.xinitrc

diff --git a/x/.profile b/x/.profile
new file mode 100644 (file)
index 0000000..b65f405
--- /dev/null
@@ -0,0 +1 @@
+export PATH="$HOME/.local/bin:$PATH"
index fe55261..169a707 100755 (executable)
@@ -41,4 +41,5 @@ xset dpms 0 0 300
 # exec startkde
 #exec startxfce4
 # ...or the Window Manager of your choice
+source ~/.profile
 exec i3