From d56ca4c582ee0ac503589e761d3a662927a1136c Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Thu, 17 Dec 2020 16:16:23 +0800 Subject: [PATCH] [bugfix] fish path --- cli/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tmux/tmux.conf b/cli/tmux/tmux.conf index de1bb65..20b7c12 100644 --- a/cli/tmux/tmux.conf +++ b/cli/tmux/tmux.conf @@ -16,7 +16,7 @@ set-option -g display-time 4000 ############################ setw -g mode-keys vi set -g status-keys vi -set -g default-shell /bin/fish +set -g default-shell /usr/bin/fish # set -g prefix C-h bind-key c new-window -c '#{pane_current_path}' bind-key '"' split-window -c '#{pane_current_path}'