Fish 无法cd
通过 Rclone 进入 Webdav 远程目录上的文件夹:
Welcome to fish, the friendly interactive shell
Type `help` for instructions on how to use fish
drive ) ls
Documents/ Music/ Videos/
Gem/ Misc/ Pictures/
drive ) cd Documents
cd: The directory “Documents” does not exist
drive ) sh
$ cd Documents
$ pwd
/mnt/drive/Documents
$ exit
drive )
也许因为它使用了包装器cd
,也许这是一个错误,或者我必须禁用或重命名该cd
函数,不知道如何解决它。