Vim-style shell exits :p
This commit is contained in:
parent
a105fd9bc2
commit
1b768979a6
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue