add nix offline alias

This commit is contained in:
jacekpoz 2024-10-02 16:18:04 +02:00
parent 28009650c4
commit ddae4f3265
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -57,6 +57,7 @@ in {
agpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt -o LICENSE"; agpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt -o LICENSE";
g = "git"; g = "git";
n = "nix"; n = "nix";
no = "n --offline";
woman = "man"; woman = "man";
open = "xdg-open"; open = "xdg-open";
":q" = "exit"; ":q" = "exit";