Srijan R Shetty

Results 34 comments of Srijan R Shetty

Orthogonally, I would suggest using [fnm](https://github.com/Schniz/fnm) as it lightyears ahead of nvm in loading times and is API compatible

Thanks for the change @pschmitt. Though I'm divided on the utility of the changeset. I use tmux and the default has location supported by tmux is `~/.tmux.conf`. The usual workflow...

> Try $XDG_CONFIG_HOME/tmux/tmux.conf as well as ~/.config/tmux/tmux.conf for configuration file (the search paths are in TMUX_CONF in Makefile.am). Did not know about this. Thanks for pointing it out :smile: >...

I use [zsh-dwim](https://github.com/oknowton/zsh-dwim), which provides a keybinding of `C-u` and does contextual completions, it's easy enough to drop it in `.zsh-contrib`. There are other tools like [thefuck](https://github.com/nvbn/thefuck) which provide similar...

A rogue mouse closed the issue :disappointed_relieved:

`if [[ $_comp_path(#qNmh-20) ]];` uses `#q` which is supported only after version 5.06 as indicated in the [changelog](http://zsh.sourceforge.net/releases.html). > If the option EXTENDED_GLOB is in effect, it is possible to...

@belak, thanks for commenting. Probably we need consensus on official supported versions, or would that be a long drawn process? The fix to remove `q` would be minor, did noodle...

Taking a step back, the regeneration logic of 20 hours isn't working for me. The last time the cache was created for me was on Jul 23. ![Screenshot from 2020-08-12...

@voyeg3r the links that you have posted seem to be broken links. Could you kindly fix them?

Thanks a lot @belak. Will go over them