summaryrefslogtreecommitdiffstats
path: root/x
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-01-04 14:00:31 -0500
committerAmin Bandali <me@aminb.org>2015-01-04 14:00:31 -0500
commit8c680d42e898f1b747a182503beb479dbfcb26a6 (patch)
treefcc10d9bf13fda1de5ae13d1e13c99afb19f07a1 /x
parenta52a2650aa43a27ea5dcd73a0e7aa0375233ef49 (diff)
downloadconfigs-8c680d42e898f1b747a182503beb479dbfcb26a6.tar.gz
configs-8c680d42e898f1b747a182503beb479dbfcb26a6.tar.xz
configs-8c680d42e898f1b747a182503beb479dbfcb26a6.zip
set PATH in profile instead of zshrc
and source it before starting i3
Diffstat (limited to '')
-rw-r--r--x/.profile1
-rwxr-xr-xx/.xinitrc1
2 files changed, 2 insertions, 0 deletions
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