Skip to content

Instantly share code, notes, and snippets.

@eifuentes
Created December 21, 2021 05:23
Show Gist options
  • Save eifuentes/f01bc446207270f7fb8d12fcb0851e3f to your computer and use it in GitHub Desktop.
Save eifuentes/f01bc446207270f7fb8d12fcb0851e3f to your computer and use it in GitHub Desktop.
# Which plugins would you like to load?
plugins=(
git
colorize
brew
poetry
macos
zsh-autosuggestions
zsh-syntax-highlighting
)
# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim'
else
export EDITOR='code -w'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment