Add clone-in-kitty abbreviations
This commit is contained in:
parent
5be6cf9ef4
commit
0cd2e7de3d
|
@ -22,6 +22,8 @@ pkgs: {
|
|||
uwu = "mkdir -p /tmp/uwu && encfs -i 60 ~/Pictures/uwu/ /tmp/uwu --extpass 'pass storage-encryption/annex-fs'";
|
||||
};
|
||||
shellAbbrs = rec {
|
||||
tab = "clone-in-kitty --type=tab";
|
||||
win = "clone-in-kitty --type=os-window";
|
||||
ns = "nix-shell --run fish -p";
|
||||
unlock-rclone = "set -x RCLONE_CONFIG_PASS (pass rclone)";
|
||||
":qa" = "exit";
|
||||
|
|
Loading…
Reference in a new issue