Browse Source

[zsh] Add aws plugin and some editor defaults

Colin Powell 3 days ago
parent
commit
be4969ab47
1 changed files with 6 additions and 1 deletions
  1. 6 1
      zsh/.zshrc

+ 6 - 1
zsh/.zshrc

@@ -6,7 +6,7 @@ export ZSH="$HOME/.oh-my-zsh"
 
 ZSH_THEME="robbyrussell"
 
-plugins=(git z fzf asdf direnv emacs yarn)
+plugins=(git z fzf asdf direnv emacs yarn aws)
 eval $(ssh-agent)
 
 source $ZSH/oh-my-zsh.sh
@@ -39,3 +39,8 @@ export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
 . ${ASDF_DATA_DIR:-$HOME/.asdf}/plugins/golang/set-env.zsh
 
 export TERM=xterm-256color
+
+export EDITOR=vim
+export VISUAL="$EDITOR"
+eval "$(/opt/homebrew/bin/brew shellenv)"
+eval "$(direnv hook /bin/zsh)"