We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a3bd6 commit 4fe57e1Copy full SHA for 4fe57e1
cd-ssh
@@ -9,7 +9,7 @@ else
9
fi
10
11
function cd_sshfs_mount {
12
- cd_mount "sshfs -o follow_symlinks" "$@"
+ cd_mount "sshfs -o follow_symlinks,allow_root" "$@"
13
}
14
15
function cd_sshfs_umount {
0 commit comments