This commit is contained in:
2021-11-18 14:41:37 +01:00
parent 82892a44f7
commit f06b98d723

4
.zshrc
View File

@ -141,3 +141,7 @@ gpgconf --launch gpg-agent
# Editor
export EDITOR=vim
export PATH="$HOME/.jenv/bin:$PATH"
eval "$(jenv init -)"
export TERM=xterm-256color