Define additional systemctl fish abbreviations
I often run `systemctl --user status <some-unit>`
This commit is contained in:
parent
3ae100e468
commit
57fbee288b
1 changed files with 2 additions and 0 deletions
|
@ -100,7 +100,9 @@
|
|||
};
|
||||
shellAbbrs = {
|
||||
sys = "systemctl";
|
||||
sysst = "systemctl status";
|
||||
sysu = "systemctl --user";
|
||||
sysust = "systemctl --user status";
|
||||
};
|
||||
promptInit = builtins.readFile ../fish/prompt.fish;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue