fix
This commit is contained in:
parent
dbe321a9fc
commit
26729882cb
@ -3,6 +3,7 @@ so () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_if_not_exists() {
|
install_if_not_exists() {
|
||||||
|
PATH="${PATH}:/usr/bin"
|
||||||
local path="$HOME/.config/zsh/plugins/$1"
|
local path="$HOME/.config/zsh/plugins/$1"
|
||||||
if [ ! -d "$path" ]; then
|
if [ ! -d "$path" ]; then
|
||||||
git clone "https://github.com/$1" "$path"
|
git clone "https://github.com/$1" "$path"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user