Skip to content

Commit

Permalink
fixes plugins var
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-ilyin authored Dec 30, 2021
1 parent 4e7c124 commit 3b8ce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ user_rc_file="${user_rc_path}/.zshrc"
plugin() { sed -i -E "s/^(plugins=\(.+)\)$/\1 $1)/" "${user_rc_file}"; }

plug() {
git clone "https://github.com/$1/$2.git" "${oh_my_install_dir}/$2" 2>&1
git clone "https://github.com/$1/$2.git" "${oh_my_plugins_dir}/$2" 2>&1
plugin $2
}

Expand Down

0 comments on commit 3b8ce6d

Please sign in to comment.