diff options
Diffstat (limited to 'kshrc')
-rw-r--r-- | kshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |