aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
blob: 44305e966983ff14847ad2d7e91acd96121e6d28 (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