fish: add shellabbrs
This commit is contained in:
parent
648918ee26
commit
c7e27e51ce
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@
|
|||
}
|
||||
];
|
||||
|
||||
shellAbbrs = {
|
||||
g = "git";
|
||||
n = "nvim";
|
||||
gi = "gitui";
|
||||
sy = "systemctl";
|
||||
};
|
||||
|
||||
functions =
|
||||
let
|
||||
jq = lib.getExe pkgs.jq;
|
||||
|
|
Loading…
Reference in a new issue