Commit a76669c4 authored by cupric's avatar cupric
Browse files

added more systemctl

parent 6156bda4
Showing with 4 additions and 0 deletions
+4 -0
......@@ -270,9 +270,13 @@ alias restart_plasmashell='sudo pkill plasmashell && kstart5 plasmashell > /dev/
alias rsynccopy='rsync --stats --partial --progress --append --rsh=ssh -a -h'
alias rsyncmove='rsync --stats --partial --progress --append --rsh=ssh -a -h --remove-sent-files'
alias sc='sudo systemctl'
alias scu='sudo systemctl --user'
alias scstart='sudo systemctl start'
alias scstat='sudo systemctl status'
alias scstop='sudo systemctl stop'
alias scr='sudo systemctl restart'
alias sce='sudo systemctl enable'
alias scen='sudo systemctl enable --now'
alias subl=/opt/sublime_text/sublime_text
alias sudo=$'nocorrect sudo\t'
alias ug='sudo -s -u ${USER}' # Update group
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment