add zsh config

This commit is contained in:
Dessa Simpson 2025-05-25 16:18:48 -07:00
parent 167d526998
commit 77b53e04dd
2 changed files with 31 additions and 0 deletions

11
.zshrc Normal file
View file

@ -0,0 +1,11 @@
export ZSH=$ZDOTDIR/.zshconfig
export EDITOR="vim"
export VISUAL="vim"
autoload -U compinit && compinit
autoload -U colors && colors
for file in $ZSH/*.zsh;do source $file;done
eval "$(direnv hook zsh)"
eval "$(atuin init zsh --disable-up-arrow)"