remove chsh command as bash is already running fish

This commit is contained in:
Anthony Rodriguez 2023-09-27 12:16:47 +02:00
parent f11269d0f2
commit 468445321b
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -2,4 +2,3 @@
sudo apt update
sudo apt install fish fzf -y
chezmoi apply --force
sudo chsh -s $(which /usr/bin/fish) $(whoami)