Switch default shell to fish
This commit is contained in:
parent
2c875df3ca
commit
9bbee626d7
4 changed files with 41 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -26,6 +26,7 @@ CONFIG_LINKED_FILES_HOME=(
|
|||
".config/environment.d"
|
||||
".config/Element"
|
||||
".config/espanso"
|
||||
".config/fish"
|
||||
".config/fontconfig"
|
||||
".config/git"
|
||||
".config/gtk-2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue