Skip to content

Commit

Permalink
chezmoi: use new path for homebrew on apple silicon for mutt
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Nov 19, 2024
1 parent be15979 commit 2f5f73c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/private_dot_config/private_fish/config.fish.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,15 @@ if status is-interactive
fish_add_path $PYENV_ROOT/bin
pyenv init - | source

# FIXME: managed this more cleanly
# Load custon pytyon3 venv for mutt + ical
function mutt
source ~/.config/neomutt/.venv/bin/activate.fish
{{ if stat "/opt/homebrew/bin/" }}
/opt/homebrew/bin/mutt $argv
{{ else -}}
/usr/local/bin/mutt $argv
{{ end -}}
end

# Start oidc-agent
Expand Down

0 comments on commit 2f5f73c

Please sign in to comment.