Fish shell 无法通过 Rclone 更改 Webdav 资源的目录

Fish shell 无法通过 Rclone 更改 Webdav 资源的目录

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函数,不知道如何解决它。

相关内容