home/xin: add modern unix tools and alias
This commit is contained in:
parent
dacd22b7d2
commit
2f31395fb3
4 changed files with 31 additions and 7 deletions
|
@ -91,6 +91,10 @@ in
|
|||
${pkgs.comma}/bin/comma $argv
|
||||
end
|
||||
set -gx LS_COLORS (${lib.getExe pkgs.vivid} generate catppuccin-mocha)
|
||||
alias ctlsp="systemctl stop"
|
||||
alias ctlst="systemctl start"
|
||||
alias ctlrt="systemctl restart"
|
||||
alias ctls="systemctl status"
|
||||
''
|
||||
else
|
||||
"";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue