diff options
-rw-r--r-- | .zsh.after/export.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index 01d2e48..f06613e 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -14,6 +14,9 @@ export XKB_DEFAULT_LAYOUT=de export BROWSER=firefox export REPORTTIME=5 +# systemd +export SYSTEMD_EDITOR=vim + # if vimpager is installed, use it instead of less if [[ -x /usr/bin/vimpager ]];then export PAGER="vimpager" |