dotfiles/zsh/exports.zsh
Thomas Preisner 88c797807d extend PATH in pam_environment instead of zsh config
This way, the extended PATH variable is available for the whole
session and not just for the zsh session.
2021-01-22 00:45:30 +01:00

4 lines
80 B
Bash

# set EDITOR variable
if type vim >/dev/null 2>&1; then
export EDITOR="vim"
fi