From 2542daf53bba2a87e7a3a460908f478d9d100c48 Mon Sep 17 00:00:00 2001 From: Michael Komitee Date: Sat, 8 Jan 2011 23:20:53 -0500 Subject: [PATCH] Override some zsh options --- custom/options.zsh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 custom/options.zsh diff --git a/custom/options.zsh b/custom/options.zsh new file mode 100644 index 000000000..bea12d1ca --- /dev/null +++ b/custom/options.zsh @@ -0,0 +1,7 @@ +# Unset options we don't want which were set in lib/plugins +unsetopt auto_cd +unsetopt cdablevarS +unsetopt complete_in_word +unsetopt share_history +unsetopt SHARE_HISTORY +