Skip to content

Commit

Permalink
sudo when cp vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWShell committed Mar 21, 2017
1 parent a835875 commit faf1464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-plugins.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

function install {
cp vimrc $HOME/.vimrc
sudo cp vimrc $HOME/.vimrc
sudo vim +PluginClean +qall
sudo vim +PluginInstall +qall
}
Expand Down

0 comments on commit faf1464

Please sign in to comment.