fish: map e to EDITOR variable

This commit is contained in:
Charles Gould 2020-07-23 00:10:38 -04:00
parent 22738a7492
commit bf67766374

View File

@ -16,9 +16,9 @@ if status --is-interactive
# Abbreviations
abbr -a -g d 'docker'
abbr -a -g e $EDITOR
abbr -a -g l 'less'
abbr -a -g m 'micro'
abbr -a -g v 'nvim'
# Git abbreviations
abbr -a -g g 'git'