summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-11-23 18:12:03 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-11-23 18:12:03 -0500
commit97d1008f8faa3920ccd00fa5aad893f4f75e5d5a (patch)
tree7d5639b61f5fcbf6c5440eb26d1b33cb3c5325c7 /.zprofile
parentefccd7cbb792747594ec170862d291b2fecac5a7 (diff)
downloadeibhear-97d1008f8faa3920ccd00fa5aad893f4f75e5d5a.tar.gz
eibhear-97d1008f8faa3920ccd00fa5aad893f4f75e5d5a.tar.zst
eibhear-97d1008f8faa3920ccd00fa5aad893f4f75e5d5a.zip
recursive PATH returns
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 9d5f2a5..6420806 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,7 +1,7 @@
# Profile file. Runs on login. Environmental variables are set here.
# Adds `~/.local/bin` to $PATH
-export PATH="$PATH:$HOME/.local/bin/:$HOME/.local/bin/personal"
+export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
# Default programs:
export EDITOR="nvim"