diff --git a/home/user/.config/zsh/plugin b/home/user/.config/zsh/plugin index d533ae0..2365435 100644 --- a/home/user/.config/zsh/plugin +++ b/home/user/.config/zsh/plugin @@ -3,10 +3,9 @@ so () { } install_if_not_exists() { - PATH="${PATH}:/usr/bin" local path="$HOME/.config/zsh/plugins/$1" if [ ! -d "$path" ]; then - git clone "https://github.com/$1" "$path" + /usr/bin/git clone "https://github.com/$1" "$path" fi }