Add clone-in-kitty abbreviations

This commit is contained in:
Emi Simpson 2023-12-18 11:08:25 -05:00
parent 5be6cf9ef4
commit 0cd2e7de3d
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 2 additions and 0 deletions

View File

@ -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";