aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.bashrc b/.bashrc
deleted file mode 100644
index 44305e9..0000000
--- a/.bashrc
+++ /dev/null
@@ -1,6 +0,0 @@
-# use emacs when inside emacs
-if [ -n "INSIDE_EMACS" ]; then
- export EDITOR="emacsclient"
-else
- export EDITOR="nvim"
-fi