feat(tmux): Set default shell to /usr/bin/fish

This commit is contained in:
2025-09-08 10:39:00 +02:00
parent b16a90560f
commit abccae479f

View File

@@ -54,5 +54,9 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
#set -g @plugin "catppuccin/tmux"
set -g @plugin "dreamsofcode-io/catppuccin-tmux"
set -g default-command /usr/bin/fish
set -g default-shell /usr/bin/fish
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'