oh-my-fish / plugin-cd

A featured cd can make your fish journey much more pleasant.
https://github.com/sancoder-q/plugin-cd
MIT License
19 stars 5 forks source link

cd -<number> #3

Closed spacekookie closed 7 years ago

spacekookie commented 7 years ago

In zsh you can do cd -2 to basically run cd - twice. Would you care to add that to this plugin as well?

SanCoder-Q commented 7 years ago

@spacekookie Sorry for the late reply. Turns out zsh maintains a stack to store the navigation history. And it is not hard for fish. I will develop this feature very soon.

SanCoder-Q commented 7 years ago

Done