-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Disable path checking by directory #379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Tentatively adding to 0.7.0 milestone. |
Any suggested array name? I think something like this would do the trick.
|
XXX = DIRS_BLACKLIST :P requires a new zsh, also it can access disk (as can the Making Excuse brevity. |
phy1729
added a commit
to phy1729/zsh-syntax-highlighting
that referenced
this issue
Jan 21, 2018
phy1729
added a commit
to phy1729/zsh-syntax-highlighting
that referenced
this issue
Feb 7, 2018
phy1729
added a commit
to phy1729/zsh-syntax-highlighting
that referenced
this issue
Feb 11, 2018
phy1729
added a commit
to phy1729/zsh-syntax-highlighting
that referenced
this issue
Feb 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RFE: Disable path checking for some directories but not others. Similar to the
vcs_info
disable-patterns
style. This would be useful under expensive-to-readdir()/stat() mountpoints (e.g., sshfs).This would need to check several things:
% stat /victim/foo/bar
:a
modifier here, since it's disk-agnostic):% stat ../victim/foo/bar
/victim% stat foo
(where the prompt displays cwd)% /victim/foo/bar
The text was updated successfully, but these errors were encountered: