Alias "meson" to "m" and "ninja" to "n"
This commit is contained in:
parent
a7af5a23fa
commit
433fe9f311
1 changed files with 2 additions and 0 deletions
2
fish.nix
2
fish.nix
|
|
@ -108,6 +108,8 @@
|
||||||
stash = "git stash";
|
stash = "git stash";
|
||||||
popstash = "git stash pop";
|
popstash = "git stash pop";
|
||||||
pull = "git pull";
|
pull = "git pull";
|
||||||
|
m = "meson";
|
||||||
|
n = "ninja";
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue