aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-06 16:29:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-06 16:29:54 +1300
commit6784cd0e882a6ae5af85bf762b784be491acf26f (patch)
tree9e979efcf9c281263cdeea8b0ea3b2ef5f58dba6
parentUse `source` not `.` in zshrc (diff)
downloaddotfiles-6784cd0e882a6ae5af85bf762b784be491acf26f.tar.gz
dotfiles-6784cd0e882a6ae5af85bf762b784be491acf26f.zip
Add "trackall" option to ksh
-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