systemd has its own editor env variable (groan)
This commit is contained in:
@@ -61,6 +61,10 @@ else
|
||||
export EDITOR=/usr/bin/vim
|
||||
fi
|
||||
|
||||
# so stupid, systemd ignores EDITOR and requires its own env variable
|
||||
# just set it to whatever editor is
|
||||
export SYSTEMD_EDITOR=$EDITOR
|
||||
|
||||
### set nnn options
|
||||
# set detailed mode by default, a for auto FIFO
|
||||
export NNN_OPTS='da'
|
||||
|
||||
Reference in New Issue
Block a user