Support ALTERNATE_EDITOR environment variable
This simplies the `e` alias and the EDITOR variable definition.
This commit is contained in:
parent
3dd58b01bd
commit
e59898f00f
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
export TERMINAL=urxvtc
|
||||
export EDITOR=emacsclient
|
||||
export ALTERNATE_EDITOR=nvim
|
||||
|
||||
BROWSER=google-chrome
|
||||
NIXIFY="$HOME/programming/nixify"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue