added cc alias with Wall Werror compilation flags for error handling

This commit is contained in:
tomit4 2022-06-16 17:59:24 -07:00
parent 9bb94cbe9a
commit 4c0ef1e1bd

View file

@ -192,6 +192,9 @@ alias tls="tmux ls"
alias ta="tmux a -t"
alias tkill="tmux kill-ses -t"
# programming specific aliases
alias cc="cc -Wall -Werror"
# game shortcuts
alias {cbpunk,cyberpunk}="steam steam://rungameid/1091500 &"
alias {twd,thewalkingdead}="steam steam://rungameid/1449690 &"
@ -263,8 +266,6 @@ alias glab='ddgr --gb \!glab "${1}"'
alias red='ddgr \!r "${1}"'
alias yt='ddgr --gb \!yt "${1}"'
# run the following two aliases every time you update the kernels and nvidiadkms
alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg"
alias regen_initramfs="doas mkinitcpio -P"