Fix PATH export for ~/.local/bin

- Put ~/.local/bin at start of PATH
- Use proper quoting format expected by Claude installer
This commit is contained in:
Dominik Moritz Roth 2025-08-18 22:16:50 +02:00
parent 3ba8f9d1d4
commit 337ef1e54c

View File

@ -127,7 +127,7 @@ alias ska="tmux kill-session -a"
#####
export PATH=$PATH:$HOME/.local/bin
export PATH="$HOME/.local/bin:$PATH"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh