tv: add shell aliases for systemd

This commit is contained in:
tv 2015-11-10 12:44:30 +01:00
parent 7ce26169db
commit ebba531273

View File

@ -88,6 +88,12 @@ with lib;
ls = "ls -h --color=auto --group-directories-first";
dmesg = "dmesg -L --reltime";
view = "vim -R";
reload = "systemctl reload";
restart = "systemctl restart";
start = "systemctl start";
status = "systemctl status";
stop = "systemctl stop";
};
environment.variables = {