Add path .local/bin in the PATH variable
This commit is contained in:
@@ -10,3 +10,9 @@ if command -v starship > /dev/null 2>&1; then
|
|||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Aggiungi ~/.local/bin a PATH se non c'è già
|
||||||
|
case ":$PATH:" in
|
||||||
|
*":$HOME/.local/bin:"*) ;;
|
||||||
|
*) export PATH="$HOME/.local/bin:$PATH" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user