From e1782e62560e1c10e66aa81e5d1f10e9814d12a7 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Thu, 24 Aug 2017 14:55:59 +0200 Subject: Add command to change shell to zsh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 510cabd..056d6f7 100755 --- a/install.sh +++ b/install.sh @@ -37,6 +37,8 @@ yaourt -S otf-fira-code #git clone git://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh/plugins/zsh-syntax-highlighting #git clone https://github.com/zsh-users/zsh-completions ~/.zsh/plugins/zsh-completions +#sudo chsh -s $(which zsh) + #stow vim #git clone https://github.com/VundleVim/Vundle.vim.git vim/.vim/bundle/Vundle.vim -- cgit v1.2.1