From 433fe9f3118d6b95fa53e37fc92f008f91635ac0 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Sun, 2 Feb 2025 19:20:39 +0100 Subject: [PATCH] Alias "meson" to "m" and "ninja" to "n" --- fish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish.nix b/fish.nix index f0e9054..a790e9d 100644 --- a/fish.nix +++ b/fish.nix @@ -108,6 +108,8 @@ stash = "git stash"; popstash = "git stash pop"; pull = "git pull"; + m = "meson"; + n = "ninja"; }; plugins = [