Switch default shell to fish

This commit is contained in:
Severin Kaderli 2025-01-05 17:25:18 +01:00
parent 2c875df3ca
commit 9bbee626d7
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 41 additions and 3 deletions

View file

@ -10,6 +10,6 @@
# Sets default shell
output::section "Shell"
output::log "Setting default shell to zsh"
sudo chsh -s "/bin/zsh" "${USER}"
output::success "Successfully set default shell to zsh"
output::log "Setting default shell to fish"
sudo chsh -s "/usr/bin/fish" "${USER}"
output::success "Successfully set default shell to fish"