zsh: Added shellcheck alias

This commit is contained in:
Viyurz 2023-11-21 16:15:50 +01:00
parent e375785297
commit 92742f2f35
No known key found for this signature in database

View file

@ -8,6 +8,7 @@ alias ssh="TERM=xterm-256color ssh"
alias ff="fastfetch"
alias ip="ip --color=auto"
alias hx="helix"
alias sc="shellcheck -x -s bash"
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'