Binding for a fast nix shell

This commit is contained in:
Emi Simpson 2023-01-25 10:59:52 -05:00
parent 279d0105ad
commit 0578afea5d
Signed by: Emi
GPG key ID: A12F2C2FFDC3D847

View file

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