aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ksh/kshrc3
1 files changed, 3 insertions, 0 deletions
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