diff --git a/nvim/.README.md.swp b/nvim/.README.md.swp deleted file mode 100644 index ff28ae0..0000000 Binary files a/nvim/.README.md.swp and /dev/null differ diff --git a/zsh/install.sh b/zsh/install.sh index 3621e66..d354e81 100644 --- a/zsh/install.sh +++ b/zsh/install.sh @@ -3,5 +3,5 @@ echo " - Installing Zsh - " sudo apt-get install zsh echo " - Setting Zsh as default - " -chsh -s /usr/bin/zsh +sudo chsh -s /usr/bin/zsh