From 7376ad95f6083e4a81076227a7a97189993a76bb Mon Sep 17 00:00:00 2001
From: Matt Strapp <matt@mattstrapp.net>
Date: Tue, 6 Sep 2022 09:47:20 -0500
Subject: cd

Signed-off-by: Matt Strapp <matt@mattstrapp.net>
---
 zsh/.config/zsh/.zshopts | 4 ++--
 1 file 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
-- 
cgit v1.2.3