From 67d5023e250f85ea74075ceb7a15d59629a8d45f Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 19 Feb 2021 16:46:16 -0800 Subject: [PATCH] Updating Darwin ZSH cfg --- .zsh-darwin | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.zsh-darwin b/.zsh-darwin index d90a2f9..8ae1c6e 100644 --- a/.zsh-darwin +++ b/.zsh-darwin @@ -7,10 +7,14 @@ RPROMPT='%F{240}%*%f' alias cfg='/usr/bin/git --git-dir=/Users/gld/.cfg/ --work-tree=/Users/gld' alias ls='ls -G' alias cats='highlight -O ansi --force' +alias x86='arch -x86_64 zsh' # Start Shell in Rosetta 22 # sublime text export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH" -# brew -eval export HOMEBREW_PREFIX="/opt/homebrew"; export HOMEBREW_CELLAR="/opt/homebrew/Cellar"; export HOMEBREW_REPOSITORY="/opt/homebrew"; export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"; export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:"; export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}"; -eval $(/opt/homebrew/bin/brew shellenv) +# nvm +export NVM_DIR="$HOME/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + + -- 2.34.1