summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-07-16 08:27:52 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-07-16 08:27:52 -0400
commitd3b1e5371a7c147a0ee756d95542921bcabd8e68 (patch)
treeccf412d9e9c5d7885caf6a545e737e15ce7d1d51 /.zprofile
parent72926c0c4422f2b3e1444e3c7a0b7cd35294e1a4 (diff)
parent2be4d7e2d72ccd6664ff99ea282007a0e05f8f47 (diff)
downloadeibhear-d3b1e5371a7c147a0ee756d95542921bcabd8e68.tar.gz
eibhear-d3b1e5371a7c147a0ee756d95542921bcabd8e68.tar.zst
eibhear-d3b1e5371a7c147a0ee756d95542921bcabd8e68.zip
Merge branch 'elliotslab-lf-patch'
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 53161ed..2d2f367 100644
--- a/.zprofile
+++ b/.zprofile
@@ -6,7 +6,7 @@
# to clean up.
# Adds `~/.local/bin` to $PATH
-export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')"
+export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':')"
# Default programs:
export EDITOR="nvim"