aboutsummaryrefslogtreecommitdiff
path: root/pdksh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-06 16:35:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-06 16:35:50 +1200
commite077e42c325d4b223ec572216a317d677489f538 (patch)
treed5f581aec9db0066b0b0643bdaa48f63d304e7ab /pdksh
parentHandle different .* expansion in cf(1), dub(1) (diff)
downloaddotfiles-e077e42c325d4b223ec572216a317d677489f538.tar.gz
dotfiles-e077e42c325d4b223ec572216a317d677489f538.zip
Starting an attempt at pdksh configuration
Not really sure how I'll approach this yet.
Diffstat (limited to 'pdksh')
-rw-r--r--pdksh/kshrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/pdksh/kshrc b/pdksh/kshrc
new file mode 100644
index 00000000..3076dfe8
--- /dev/null
+++ b/pdksh/kshrc
@@ -0,0 +1,7 @@
+# Emacs-style key bindings
+set -o braceexpand
+set -o emacs
+
+# Save history
+HISTFILE=$HOME/.sh_history
+HISTSIZE=$((1 << 12))