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

Return the exit status of the last `cd` command #2

Closed masa0x80 closed 7 years ago

masa0x80 commented 7 years ago

Problem

The wrapped cd always returns 0 if you failed in changing the directory.

$ cd $NON_EXISTENT_DIRECOTRY
$ echo $status  # => 0

It is because set command is executed after changing the direcotory.

SanCoder-Q commented 7 years ago

Nice raised. Look good to me.