Changed ~ to $HOME

This commit is contained in:
Eloi Torrents 2022-09-30 16:25:32 +02:00
parent 2e7fc9cfb7
commit 4a070e4356

View File

@ -6,7 +6,7 @@
# to clean up.
# Adds `~/.local/bin` to $PATH
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
export PATH="$PATH:${$(find $HOME/.local/bin -type d -printf %p:)%%:}"
unsetopt PROMPT_SP