diff options
-rw-r--r-- | .config/zsh/exports.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh index 3364eb5..dc4c146 100644 --- a/.config/zsh/exports.zsh +++ b/.config/zsh/exports.zsh @@ -1,3 +1,6 @@ +# Adds `~/.local/bin` to $PATH +export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" + # Uncomment the following line to use case-sensitive completion. CASE_SENSITIVE="true" |