summaryrefslogtreecommitdiff
path: root/.xsessionrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-07 10:17:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-07 10:17:36 -0700
commit1f9c1e2a69de6c7456d425b8cbb0293f66efab95 (patch)
tree98575c019dae934575417c28c84151dc7aaa7f9c /.xsessionrc
parentd385532242370bdf01db1f015acc804c11c1ae16 (diff)
downloaddotfiles-1f9c1e2a69de6c7456d425b8cbb0293f66efab95.tar.gz
archive a lot more out of ~
Diffstat (limited to '.xsessionrc')
-rwxr-xr-x.xsessionrc13
1 files changed, 0 insertions, 13 deletions
diff --git a/.xsessionrc b/.xsessionrc
deleted file mode 100755
index 10fbc75e..00000000
--- a/.xsessionrc
+++ /dev/null
@@ -1,13 +0,0 @@
-#umask 022
-
-# --- $PATH
-
-if [ -d "$HOME/bin" ] ; then
- PATH="$HOME/bin:$PATH"
- export PATH
-fi
-
-if [ -d "$HOME/local/bin" ] ; then
- PATH="$HOME/local/bin:$PATH"
- export PATH
-fi