diff options
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 2 |
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 |