Update dot_config/zsh/aliases.zsh
This commit is contained in:
parent
ff5e67f8ca
commit
62c7f03057
1 changed files with 0 additions and 10 deletions
|
@ -12,13 +12,3 @@ alias tree='tree -a -I .git'
|
||||||
alias https='http --default-scheme=https'
|
alias https='http --default-scheme=https'
|
||||||
alias termbin="nc termbin.com 9999"
|
alias termbin="nc termbin.com 9999"
|
||||||
if (( ${+commands[nvim]} )); then alias vim="nvim"; fi
|
if (( ${+commands[nvim]} )); then alias vim="nvim"; fi
|
||||||
|
|
||||||
# systemd
|
|
||||||
alias sc-status="sudo systemctl status"
|
|
||||||
alias sc-start="sudo systemctl start"
|
|
||||||
alias sc-stop="sudo systemctl stop"
|
|
||||||
alias sc-reload="sudo systemctl reload"
|
|
||||||
alias sc-restart="sudo systemctl restart"
|
|
||||||
alias sc-enable="sudo systemctl enable"
|
|
||||||
alias sc-disable="sudo systemctl disable"
|
|
||||||
alias sc-daemon-reload="sudo systemctl daemon-reload"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue