This commit is contained in:
Tobias Manske 2021-11-18 14:41:37 +01:00
parent 82892a44f7
commit f06b98d723
Signed by: tobias
GPG Key ID: D5914DC71F2F9352

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