ahkrr

Results 4 comments of ahkrr

@kolia @ajeetdsouza regarding the issue of adding the `_zoxide_hook` to the `HOOK_PROMPT` one solution that currently works for me is ``` fn _zoxide_hook zoxide add end if not matches $PROMPT...

@ajeetdsouza I have no idea what to do if a user supplied a `fn PROMPT` [function](https://doc.redox-os.org/ion-manual/html/misc/06-prompt_fn.html), maybe encourage the user to work with the variable instead. Another problem aside from...

To reproduce the incorrect behavior, one has to write ``` nu rm -r link/ ``` If one writes ``` nu rm -r link ``` it is indeed the link that...

I am usingt [gitui](https://github.com/extrawurst/gitui) `About: Blazing fast terminal-ui for git written in rust` Maybe some components could be reused, or maybe `gitui` could be called or integrated somehow? One can...