feat(zsh): replace zsh with fish

This commit is contained in:
yeti
2025-05-15 05:37:56 +01:00
parent 9398844e54
commit 9abd983adf
6 changed files with 23 additions and 384 deletions

View File

@ -4,7 +4,7 @@
# without any warranty.
# Copyright 2012— Gregory Pakosz (@gpakosz).
set -g default-shell /usr/bin/zsh
set -g default-shell /usr/bin/fish
# -- bindings ------------------------------------------------------------------