mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add nfs mount
This commit is contained in:
@@ -173,11 +173,13 @@ in {
|
||||
|
||||
source $HOME/.zsh-work
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
export PATH="$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
||||
export PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
|
||||
if [[ "$OSTYPE" == "darwin"* ]];
|
||||
then
|
||||
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
|
||||
|
||||
# helm
|
||||
|
Reference in New Issue
Block a user