Skip to content

Commit

Permalink
multi-arch life
Browse files Browse the repository at this point in the history
  • Loading branch information
stefancrain committed Oct 27, 2021
1 parent a9aee5d commit e7f41b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions private_dot_config/private_fish/private_config.fish.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ set -x GPG_TTY (tty)
{{- $brew_prefix = "/opt/homebrew" -}}
{{- end }}

fish_add_path "{{$brew_prefix}}"
fish_add_path "{{$brew_prefix}}/bin"
fish_add_path "{{$brew_prefix}}/opt/gettext/bin"
fish_add_path "{{$brew_prefix}}/opt/libiconv/bin"
fish_add_path "{{$brew_prefix}}/opt/findutils/libexec/gnubin"
fish_add_path "{{$brew_prefix}}/opt/coreutils/libexec/gnubin"
fish_add_path "{{$brew_prefix}}/opt/grep/libexec/gnubin"
fish_add_path "{{$brew_prefix}}/opt/[email protected]/bin"
fish_add_path "{{$brew_prefix}}/opt/inetutils/libexec/gnubin"
fish_add_path "{{$brew_prefix}}/bin/fish"

{{ else if (eq .chezmoi.os "linux" ) }}
if status --is-interactive
Expand Down

0 comments on commit e7f41b5

Please sign in to comment.