Alias "meson" to "m" and "ninja" to "n"

This commit is contained in:
Antoine Vaure 2025-02-02 19:20:39 +01:00
parent a7af5a23fa
commit 433fe9f311

View file

@ -108,6 +108,8 @@
stash = "git stash";
popstash = "git stash pop";
pull = "git pull";
m = "meson";
n = "ninja";
};
plugins = [