aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
blob: f12feea3a411bb466f438308cc5f6fa6f46ac6d0 (plain)
1
2
3
4
5
6
# use emacs when inside emacs
if [ -n "$INSIDE_EMACS" ]; then
    export EDITOR="emacsclient"
else
    export EDITOR="nvim"
fi