From ff9ffb89fc440e09a99ff49db3a5bcebe19ee5e0 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 10 Jul 2022 17:34:11 +0100 Subject: added sourcing of ksh completion file --- kshrc | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3