mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Fix zshrc on macOS
This commit is contained in:
@@ -140,9 +140,7 @@ in {
|
|||||||
|
|
||||||
if [[ "$OSTYPE" == "darwin"* ]];
|
if [[ "$OSTYPE" == "darwin"* ]];
|
||||||
then
|
then
|
||||||
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
export PATH="$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
||||||
export
|
|
||||||
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
|
||||||
alias xdg-open=open
|
alias xdg-open=open
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user