Skip to content

Commit

Permalink
(zsh): Add gnu-tar to mac sources
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Jun 17, 2024
1 parent 4e23421 commit c184f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/zsh/templates/dotfiles/exports.zsh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export PATH="$brew_prefix/opt/coreutils/libexec/gnubin:$PATH"
export PATH="$brew_prefix/opt/make/libexec/gnubin:$PATH"
export PATH="$brew_prefix/opt/curl/bin:$PATH"
export PATH="$brew_prefix/opt/unzip/bin:$PATH"
export PATH="$brew_prefix/opt/gnu-tar/libexec/gnubin:$PATH"

export LDFLAGS="-L$brew_prefix/opt/curl/lib"
export CPPFLAGS="-I$brew_prefix/opt/curl/include"
Expand Down

0 comments on commit c184f6d

Please sign in to comment.