Add nfs mount

This commit is contained in:
Dave Gallant
2023-01-14 11:39:48 -05:00
parent f99a9da766
commit bb58e52c2c
4 changed files with 15 additions and 10 deletions

View File

@@ -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