]> arthur.barton.de Git - ax-zsh.git/blob - plugins/editor_select/editor_select.zshrc
Correctly test XDG_CACHE_HOME for writability for "stamp files"
[ax-zsh.git] / plugins / editor_select / editor_select.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # editor_select.zshrc: Setup $EDITOR for the "best" available editor
3
4 # Don't run this plugin on "check-plugins"!
5 [[ -z "$AXZSH_PLUGIN_CHECK" ]] || return 92
6
7 [[ -n "$EDITOR" ]] && alias zshenv="$EDITOR ~/.zshenv"