[zsh] Add 'sctl' alias
This commit is contained in:
parent
b134a13c1c
commit
d608141922
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ alias ff="fastfetch"
|
|||
alias ip="ip --color=auto"
|
||||
alias hx="helix"
|
||||
alias sc="shellcheck -x -s bash"
|
||||
alias sctl="systemctl"
|
||||
|
||||
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
|
||||
|
||||
|
|
Loading…
Reference in a new issue