aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-13 21:38:09 +0900
committernsfisis <nsfisis@gmail.com>2022-05-14 05:35:36 +0900
commitc6a2d1c6f2f9c0e4d327824fb23dc7d58a99dca9 (patch)
tree69f2cc534165010853f4fe747b12ac3d567e4f46
parent62266d95f8578becf828cd9b6027a60068364e81 (diff)
downloaddotfiles-c6a2d1c6f2f9c0e4d327824fb23dc7d58a99dca9.tar.gz
dotfiles-c6a2d1c6f2f9c0e4d327824fb23dc7d58a99dca9.tar.zst
dotfiles-c6a2d1c6f2f9c0e4d327824fb23dc7d58a99dca9.zip
zsh: disable PATH_DIRS because it is unsafe
-rw-r--r--.zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index e596764..6461ac5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -149,8 +149,6 @@ setopt IGNORE_EOF
# Regard '#' as comment even in interactive mode.
setopt INTERACTIVE_COMMENTS
-# Even if the command contains "/", perform path search. If you specified "X11/xinit", zsh will execute "/usr/local/bin/X11/xinit".
-setopt PATH_DIRS
# Allow the short form of the loop statement.
setopt SHORT_LOOPS