Results 229 comments of Ajeet D'Souza

Thank you @aarondill for the PR.

Could you try upgrading to `zoxide 0.9.4` and see if it works?

Is there an ETA on this? We're using SendGrid at @CRED-CLUB and this an important feature for us.

You need to load `compinit` first: ```sh autoload -Uz compinit compinit ``` --- `which z` will not work, since `z` is defined as a function. Try using `z` directly and...

I saw a post related to this on Reddit recently, and I'd like to try implementing this. @Eh2406 @dtolnay could you have a look at my repository (https://github.com/ajeetdsouza/pathology) and tell...

Update: I've added `normalize` on Unix, too.

I'd think that ideally, it would be inspired by the [gitignore syntax](https://git-scm.com/docs/gitignore). ```rust include_dir!( "$CARGO_MANIFEST_DIR/assets/*", # include all files in assets folder "!$CARGO_MANIFEST_DIR/assets/.cache" # except .cache folder "$CARGO_MANIFEST_DIR/images/*.png" # include...

@dalton-oliveira just one question - why do we not use `cd -P` on Windows?

Duplicate of https://github.com/ajeetdsouza/zoxide/issues/471 - please check my comment in that thread for some basic debugging steps: https://github.com/ajeetdsouza/zoxide/issues/471#issuecomment-2347425881