diff options
author | neodarz <neodarz@neodarz.net> | 2017-08-24 17:10:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-08-24 17:10:34 +0200 |
commit | fe8ed8b9c2d88b6e271d165288ed18282d2299c2 (patch) | |
tree | 20d5fa123b73dac9952921f359f413eb94d942d5 | |
parent | e1782e62560e1c10e66aa81e5d1f10e9814d12a7 (diff) | |
download | dotfiles_ascii-fe8ed8b9c2d88b6e271d165288ed18282d2299c2.tar.xz dotfiles_ascii-fe8ed8b9c2d88b6e271d165288ed18282d2299c2.zip |
Add chsh
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ 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) +#chsh -s $(which zsh) #stow vim |