You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like that your plugin is elegant in its simplicity. It does a simple job without getting carried away and being confusing to implement. Thanks for that.
I am still learning the ins and outs of zsh and plan to fiddle with the code when I get the chance, but I figured I'd just list two (related) features I'd enjoy:
option to blacklist certain directories
option to specify custom functions on a directory by directory basis
I may be overlooking how this might be currently possible, so if that is the case, please let me know.
Thanks.
The text was updated successfully, but these errors were encountered:
Sounds like good ideas. I'm myself sometimes think about make it a little more "intelligent" regarding what and how this plugin shows information.
I believe it is possible to implement but I'd have to try it out to be sure, at least the blacklist part. Now the 2 point is a bit trickier due to how little support to nested structures zsh has (or any sh has) (and I'm thinking of a sort of nested hash map or similar).
All in all it's a cool idea (thanks for that!) and I'll look into it!
I like that your plugin is elegant in its simplicity. It does a simple job without getting carried away and being confusing to implement. Thanks for that.
I am still learning the ins and outs of zsh and plan to fiddle with the code when I get the chance, but I figured I'd just list two (related) features I'd enjoy:
I may be overlooking how this might be currently possible, so if that is the case, please let me know.
Thanks.
The text was updated successfully, but these errors were encountered: