summaryrefslogtreecommitdiff
path: root/.config/login.local.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/login.local.sh')
-rw-r--r--.config/login.local.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/login.local.sh b/.config/login.local.sh
new file mode 100644
index 0000000..a01f227
--- /dev/null
+++ b/.config/login.local.sh
@@ -0,0 +1,4 @@
+# PAM seems to be setting EDITOR...
+if [[ $EDITOR = /usr/bin/vi ]]; then
+ unset EDITOR
+fi