Updated config

This commit is contained in:
2024-03-21 14:50:22 +01:00
parent c2738b61f1
commit 8acac0e405
3 changed files with 8 additions and 6 deletions

View File

@ -49,9 +49,11 @@ alias tk "tmux kill-server"
# Systemctl
alias s "systemctl"
alias s+ "systemctl start"
alias s- "systemctl stop"
alias sr "systemctl restart"
alias s+ "sudo systemctl start"
alias s- "sudo systemctl stop"
alias se "sudo systemctl enable"
alias sd "sudo systemctl disable"
alias sr "sudo systemctl restart"
alias ss "systemctl status"
alias sl "systemctl list-units --type=service --state=running"
alias sld "systemctl list-unit-files --type=service --state=disabled"