diff options
-rwxr-xr-x | zsh/.config/zsh/.zshopts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/.config/zsh/.zshopts b/zsh/.config/zsh/.zshopts index f9df3e3..6756bfd 100755 --- a/zsh/.config/zsh/.zshopts +++ b/zsh/.config/zsh/.zshopts @@ -36,7 +36,7 @@ setopt notify # notify when a command returns exit code setopt no_beep # silence..! -unsetopt auto_cd # disable $ ./bin as cd ./bin +#unsetopt auto_cd # disable $ ./bin as cd ./bin setopt extendedglob # ls ^bla.* will not show ^bla.txt for example setopt correct # correct incorrent cmd's @@ -53,7 +53,7 @@ unsetopt nomatch # setopt prompt_subst # Enable prompt substition setopt glob_subst # global substitution -#setopt globdots # Also look for . files +setopt globdots # Also look for . files setopt longlistjobs setopt completeinword |