Vim-style shell exits :p

This commit is contained in:
Emi Simpson 2023-01-11 14:10:32 -05:00
parent a105fd9bc2
commit 1b768979a6
Signed by: Emi
GPG key ID: A12F2C2FFDC3D847

View file

@ -22,6 +22,8 @@ pkgs: {
};
shellAbbrs = {
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";
};
shellInit = ''