From 6784cd0e882a6ae5af85bf762b784be491acf26f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 6 Jan 2017 16:29:54 +1300 Subject: Add "trackall" option to ksh --- ksh/kshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ksh') diff --git a/ksh/kshrc b/ksh/kshrc index 934156d1..5d481bb4 100644 --- a/ksh/kshrc +++ b/ksh/kshrc @@ -2,6 +2,9 @@ set -o braceexpand set -o emacs +# Track locations of binaries +set -o trackall + # Use subshells to test these newer options, as ksh93 seems to get very upset # if you try to set an option and it doesn't exist -- cgit v1.2.3