From 8f2f72dee080dbd0d6a4aef99a6b5378dda362dd Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Wed, 27 Sep 2023 10:32:40 +0200 Subject: [PATCH] tmux: use complete fish path again --- .tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index c691b74..1abbfd2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -113,5 +113,4 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy" bind-key p run "wl-paste --no-newline | tmux load-buffer - ; tmux paste-buffer" # Shell -#set -g default-shell /run/current-system/sw/bin/fish -set -g default-shell fish +set -g default-shell /run/current-system/sw/bin/fish