aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshenv')
-rw-r--r--.config/zsh/.zshenv6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv
index 42eb42e..379c6e0 100644
--- a/.config/zsh/.zshenv
+++ b/.config/zsh/.zshenv
@@ -56,6 +56,7 @@ export EDITOR=$(command -v nvim || echo "vim")
# export EDITOR=vim
#fi
export VISUAL=$EDITOR
+export GIT_EDITOR="$EDITOR"
export COLORTERM="truecolor"
export TERM="xterm-256color"
export READER="zathura"
@@ -74,11 +75,10 @@ else
fi
export MANROFFOPT="-c"
export PAGER="less"
-export GIT_EDITOR="$EDITOR"
export SUDO_ASKPASS=/usr/lib/ssh/x11-ssh-askpass
export FAQ_STYLE='github'
-export VIDEO="vlc"
-export IMAGE="sxiv"
+export VIDEO="mpv"
+export IMAGE="phototonic"
# XDG Paths:
export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}