aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
Diffstat (limited to '.exports')
-rw-r--r--.exports8
1 files changed, 8 insertions, 0 deletions
diff --git a/.exports b/.exports
new file mode 100644
index 0000000..969cd34
--- /dev/null
+++ b/.exports
@@ -0,0 +1,8 @@
+# Make vim the default editor
+export EDITOR="vim"
+# Don’t clear the screen after quitting a manual page
+export MANPAGER="less -X"
+
+# Larger bash history (allow 32³ entries; default is 500)
+export HISTSIZE=32768
+export HISTFILESIZE=$HISTSIZE