diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-09-03 17:15:55 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-09-03 17:16:27 -0400 |
commit | bb61a220f4f470342274ccf83fca770f498c1d94 (patch) | |
tree | 9e2e2926b9d27d6e50d6c6a887095607f3f27b01 /root/.kshrc | |
parent | Update rlwrap version (diff) |
Added kshrc, profile for root
Diffstat (limited to 'root/.kshrc')
-rw-r--r-- | root/.kshrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/root/.kshrc b/root/.kshrc new file mode 100644 index 0000000..a7cfe06 --- /dev/null +++ b/root/.kshrc @@ -0,0 +1,5 @@ +. /root/.profile +HISTFILE=$HOME/.sh_history +export HISTFILE + +set -o emacs |