add zsh config
This commit is contained in:
parent
167d526998
commit
77b53e04dd
2 changed files with 31 additions and 0 deletions
11
.zshrc
Normal file
11
.zshrc
Normal 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)"
|
Loading…
Add table
Add a link
Reference in a new issue