aliae icon indicating copy to clipboard operation
aliae copied to clipboard

CDPATH support

Open trajano opened this issue 6 months ago • 0 comments

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

What would you like to see changed/added?

we already have paths for PATH but I was wondering if we can have it for other PATH like structures like CDPATH (though that's basically the only other example I know and it's limited to BASH and ZSH maybe FISH)

What I do for now

  - value: |
      setopt auto_cd
      cdpath=($HOME $HOME/p)
    if: and (eq .Shell "zsh") (eq .OS "darwin")

trajano avatar Dec 23 '23 04:12 trajano