Skip to content

Commit

Permalink
refactor(zsh): remove gnu-tar, use built-in tar
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Apr 9, 2024
1 parent 239a5e6 commit c8ddcf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .config/zsh/config/exports.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if ([[ $OSTYPE =~ 'darwin*' ]]) {
'/opt/homebrew/opt/coreutils/libexec/gnubin'
'/opt/homebrew/opt/findutils/libexec/gnubin'
'/opt/homebrew/opt/gnu-sed/libexec/gnubin'
'/opt/homebrew/opt/gnu-tar/libexec/gnubin'
$path
)
}
Expand Down

0 comments on commit c8ddcf6

Please sign in to comment.