From 2b21bde9df929726328d86c8e6336b67aa2dcbd0 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 6 Mar 2024 19:19:26 +0000 Subject: [PATCH] Make fish the default shell. Useful for work computers where changing my default shell could have larger consequences. --- dot_tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_tmux.conf b/dot_tmux.conf index cd88653..3cf14a2 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -1,3 +1,5 @@ +set-option -g default-shell /usr/bin/fish + bind-key h select-pane -L bind-key j select-pane -D bind-key k select-pane -U