fish: add shellabbrs

This commit is contained in:
Guanran Wang 2024-09-16 01:21:00 +08:00
parent 648918ee26
commit c7e27e51ce
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -22,6 +22,13 @@
} }
]; ];
shellAbbrs = {
g = "git";
n = "nvim";
gi = "gitui";
sy = "systemctl";
};
functions = functions =
let let
jq = lib.getExe pkgs.jq; jq = lib.getExe pkgs.jq;