summaryrefslogtreecommitdiff
path: root/home/xyz/.profile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-23 22:28:44 -0700
committerxyz <gky44px1999@gmail.com>2021-10-23 22:28:44 -0700
commit1ecd63bf0fafdd5fad56f26326d939c66953f6d8 (patch)
tree06882d81b081470eee6c579202caee32a2797f5b /home/xyz/.profile
parent86d939d948fb32269f33651ef2aba86ea9d3cbf4 (diff)
refactor
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r--home/xyz/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile
index 9327dcbb..4d9acc09 100644
--- a/home/xyz/.profile
+++ b/home/xyz/.profile
@@ -20,7 +20,7 @@ export XDG_MUSIC_DIR="$XDG_MUSIC_DIR"
export XDG_PICTURES_DIR="$XDG_PICTURES_DIR"
export XDG_VIDEOS_DIR="$XDG_VIDEOS_DIR"
-export PATH="$(find "$HOME/.local/bin" -type d -printf %p:)$PATH"
+export PATH="$(find "$HOME/.local/bin" -type d -exec printf '%s:' '{}' \+)$PATH"
export HISTSIZE=7000
export HISTFILESIZE=7000