aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-01-26 12:57:13 +0100
committerDavid Runge <dave@sleepmap.de>2017-01-26 12:57:13 +0100
commit574662cfda20214fdf6a2746c54ad586d613035c (patch)
treecd7b4e50cf46ce5847cddb8389aae3493c296520 /.zsh.after
parent642d7242d90111e3938ac15b40db64c9e7d8a965 (diff)
downloaddotfiles-574662cfda20214fdf6a2746c54ad586d613035c.tar.gz
dotfiles-574662cfda20214fdf6a2746c54ad586d613035c.tar.bz2
dotfiles-574662cfda20214fdf6a2746c54ad586d613035c.tar.xz
dotfiles-574662cfda20214fdf6a2746c54ad586d613035c.zip
.zsh.after/export.zsh: Adding SYSTEMD_EDITOR
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/export.zsh3
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"