Binding for a fast nix shell
This commit is contained in:
parent
279d0105ad
commit
0578afea5d
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue