diff options
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 |