Skip to content

Commit

Permalink
chezmoi: use new path for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Nov 19, 2024
1 parent 400ef41 commit a1138a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/private_dot_config/tmux/tmux.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1138a3

Please sign in to comment.