Move rclone cache to /tmp

This commit is contained in:
Emi Simpson 2023-01-31 22:06:06 -05:00
parent 91bdf946e9
commit 5b10b2a819
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pkgs: {
unlock-rclone = "set -x RCLONE_CONFIG_PASS (pass rclone)";
":qa" = "exit";
":q" = "exit";
"rmount" = "rclone mount --vfs-cache-mode full --vfs-cache-max-size 8Gi";
"rmount" = "rclone --cache-dir /tmp/rclone-cache mount --vfs-cache-mode full --vfs-cache-max-size 8Gi";
};
shellInit = ''
set -x PATH ~/.cargo/bin/ ~/go/bin ~/.local/bin ~/.gem/ruby/*/bin /var/lib/flatpak/exports/bin/ $PATH