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:
parent
3ba8f9d1d4
commit
337ef1e54c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user