diff --git a/configs/programs/fish.nix b/configs/programs/fish.nix index 3a2a234..16fea64 100644 --- a/configs/programs/fish.nix +++ b/configs/programs/fish.nix @@ -21,6 +21,7 @@ pkgs: { weather = "curl wttr.in/43.0844,-77.6749"; }; shellAbbrs = { + ns = "nix-shell --run fish -p"; unlock-rclone = "set -x RCLONE_CONFIG_PASS (pass rclone)"; ":qa" = "exit"; ":q" = "exit";