From a05f99dae0d6e92b04781adefd27034c16658613 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Thu, 29 Oct 2015 11:55:45 +0100 Subject: [PATCH] Unsetopt cdablevars, annoying --- zsh.d/00-options.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh.d/00-options.zsh b/zsh.d/00-options.zsh index 50c56af..29fca38 100644 --- a/zsh.d/00-options.zsh +++ b/zsh.d/00-options.zsh @@ -6,7 +6,8 @@ setopt AUTONAMEDIRS setopt AUTO_PARAM_SLASH setopt AUTO_REMOVE_SLASH setopt AUTO_RESUME -setopt CDABLE_VARS +#setopt CDABLE_VARS +unsetopt CDABLE_VARS setopt CORRECT setopt FUNCTION_ARGZERO setopt HIST_IGNORE_ALL_DUPS