fixed zshenv editor export

This commit is contained in:
Nikolas Weger 2024-10-02 10:28:10 +02:00
parent e5eb6ae909
commit a262841172

View file

@ -44,7 +44,11 @@ export IPFS_PATH="$XDG_DATA_HOME"/ipfs
# other programs
export LESSHISTFILE="$XDG_STATE_HOME"/less/history
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
export EDITOR=nvim
{{- else }}
export EDITOR=vim
{{- end }}
export ZSH_WAKATIME_BIN=/usr/bin/wakatime
export PYTHONSTARTUP=/etc/python/pythonrc