fix
This commit is contained in:
parent
26729882cb
commit
a7cbd1112e
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user