diff --git a/zsh.sh b/zsh.sh index 86233ff..29d47f2 100644 --- a/zsh.sh +++ b/zsh.sh @@ -68,4 +68,5 @@ curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/re mkdir -p ~/.fzf/shell touch ~/.fzf/shell/key-bindings.zsh +sudo sh -c "echo $(which zsh) >> /etc/shells" chsh -s $(which zsh)