summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/kshrc b/kshrc
index b16d437..a3b9484 100644
--- a/kshrc
+++ b/kshrc
@@ -41,6 +41,11 @@ if [ -e /home/lemon/.ksh_aliases ]; then
. /home/lemon/.ksh_aliases
fi
+# we want completion
+if [ -e /home/lemon/.ksh_completion ]; then
+ . /home/lemon/.ksh_completion
+fi
+
# set environment variables for bookmark.py
if [ -e /home/lemon/.bookmarkpy ]; then
. /home/lemon/.bookmarkpy