[zsh] Add aws plugin and some editor defaults
This commit is contained in:
@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user