summaryrefslogtreecommitdiffstats
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-12-02 10:53:50 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-12-02 10:53:50 -0500
commitbfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa (patch)
tree3a6d9cc0f26156f4f8af713862b155757b4b46fa /.config/shell/profile
parent4b508301489da44757bee5db64e2cd0b9f29591e (diff)
parent7c96bd081ac25faea8144aaa8c770aaf31bd558a (diff)
downloadeibhear-bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa.tar.gz
eibhear-bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa.tar.zst
eibhear-bfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 51ed62a..e720376 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -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 ':' -)"
unsetopt PROMPT_SP