diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +# use emacs when inside emacs +if [ -n "INSIDE_EMACS" ]; then + export EDITOR="emacsclient" +else + export EDITOR="nvim" +fi |
