Add zsh to /etc/shells for shell change

This commit is contained in:
alvinlollo
2025-11-08 23:21:16 +11:00
committed by GitHub
parent 3cfb0155b9
commit e85fc40e22
+1
View File
@@ -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)