diff options
Diffstat (limited to 'dotkshrc')
-rw-r--r-- | dotkshrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dotkshrc b/dotkshrc new file mode 100644 index 0000000..349e599 --- /dev/null +++ b/dotkshrc @@ -0,0 +1,12 @@ +# .kshrc + +# Source global definitions +if [ -f /etc/kshrc ]; then + . /etc/kshrc +fi + +# use emacs editing mode by default +set -o emacs + +# User specific aliases and functions + |