fixed zshenv editor export
This commit is contained in:
parent
e5eb6ae909
commit
a262841172
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue