diff --git a/home/private_dot_config/tmux/tmux.conf.tmpl b/home/private_dot_config/tmux/tmux.conf.tmpl index b50bd4d2..c6947d1f 100644 --- a/home/private_dot_config/tmux/tmux.conf.tmpl +++ b/home/private_dot_config/tmux/tmux.conf.tmpl @@ -21,8 +21,8 @@ bind-key b send-prefix set -g default-command /usr/local/bin/fish set -g default-shell /usr/local/bin/fish {{ else if eq .chezmoi.os "darwin" -}} -set -g default-command /usr/local/bin/fish -set -g default-shell /usr/local/bin/fish +set -g default-command /opt/homebrew/bin/fish +set -g default-shell /opt/homebrew/bin/fish {{ else if eq .chezmoi.os "linux" -}} set -g default-command /usr/bin/fish set -g default-shell /usr/bin/fish