From 35474e3b240b9fc03baab54c0df150876cf25d1e Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Wed, 27 Sep 2023 10:18:56 +0200 Subject: [PATCH] tmux: attempt to call fish without absolute path --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 1abbfd2..c691b74 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -113,4 +113,5 @@ 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 /run/current-system/sw/bin/fish +set -g default-shell fish