diff --git a/configs/programs/fish.nix b/configs/programs/fish.nix index f425464..6637b45 100644 --- a/configs/programs/fish.nix +++ b/configs/programs/fish.nix @@ -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";