mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-23 00:06:45 +10:00
Add zsh to /etc/shells for shell change
This commit is contained in:
@@ -68,4 +68,5 @@ curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/re
|
|||||||
mkdir -p ~/.fzf/shell
|
mkdir -p ~/.fzf/shell
|
||||||
touch ~/.fzf/shell/key-bindings.zsh
|
touch ~/.fzf/shell/key-bindings.zsh
|
||||||
|
|
||||||
|
sudo sh -c "echo $(which zsh) >> /etc/shells"
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
|
|||||||
Reference in New Issue
Block a user