summaryrefslogtreecommitdiffstats
path: root/ksh/.kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'ksh/.kshrc')
-rw-r--r--ksh/.kshrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/ksh/.kshrc b/ksh/.kshrc
new file mode 100644
index 0000000..76638bb
--- /dev/null
+++ b/ksh/.kshrc
@@ -0,0 +1,14 @@
+#!/bin/ksh
+
+[[ -x /etc/ksh.kshrc ]] && . /etc/ksh.kshrc
+
+[ -n "$DISPLAY" ] && . $HOME/.config/ksh/tmux.ksh
+
+for f in $HOME/.config/ksh/conf/*; do
+ . "${f}"
+done
+
+set -o emacs
+set -o braceexpand
+export HISTFILE="$HOME/.config/ksh/.ksh_history"
+export HISTSIZE=16384
Un proyecto texto-plano.xyz