Skip to content

Commit

Permalink
asn: Remove systemctl aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Aug 18, 2023
1 parent 03bc390 commit a2d545e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .config/shell/rc/aliased-short-names
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ alias k='curl -Lo .config https://gist.githubusercontent.com/cdown/d03e4f12353be
alias cf='clang-format -i -style=file'
alias c='ctags --links=no -R .'

alias ss='sudo systemctl start'
alias st='sudo systemctl stop'
alias sd='sudo systemctl -n 100 status'

alias us='systemctl --user start'
alias ut='systemctl --user stop'
alias ud='systemctl --user -n 100 status'
Expand Down

0 comments on commit a2d545e

Please sign in to comment.