summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 73225da..2c0c9e8 100644
--- a/.profile
+++ b/.profile
@@ -2,7 +2,7 @@
# Profile file. Runs on login.
-export PATH="$PATH:$HOME/.scripts"
+export PATH="$(du $HOME/.scripts/ | cut -f2 | tr '\n' ':')$PATH"
export EDITOR="vim"
export TERMINAL="st"
export BROWSER="linkhandler"