diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-13 21:38:09 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-14 05:35:36 +0900 |
| commit | c6a2d1c6f2f9c0e4d327824fb23dc7d58a99dca9 (patch) | |
| tree | 69f2cc534165010853f4fe747b12ac3d567e4f46 | |
| parent | 62266d95f8578becf828cd9b6027a60068364e81 (diff) | |
| download | dotfiles-c6a2d1c6f2f9c0e4d327824fb23dc7d58a99dca9.tar.gz dotfiles-c6a2d1c6f2f9c0e4d327824fb23dc7d58a99dca9.tar.zst dotfiles-c6a2d1c6f2f9c0e4d327824fb23dc7d58a99dca9.zip | |
zsh: disable PATH_DIRS because it is unsafe
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
