added cc alias with Wall Werror compilation flags for error handling
This commit is contained in:
parent
9bb94cbe9a
commit
4c0ef1e1bd
1 changed files with 3 additions and 2 deletions
5
aliases
5
aliases
|
|
@ -192,6 +192,9 @@ alias tls="tmux ls"
|
||||||
alias ta="tmux a -t"
|
alias ta="tmux a -t"
|
||||||
alias tkill="tmux kill-ses -t"
|
alias tkill="tmux kill-ses -t"
|
||||||
|
|
||||||
|
# programming specific aliases
|
||||||
|
alias cc="cc -Wall -Werror"
|
||||||
|
|
||||||
# game shortcuts
|
# game shortcuts
|
||||||
alias {cbpunk,cyberpunk}="steam steam://rungameid/1091500 &"
|
alias {cbpunk,cyberpunk}="steam steam://rungameid/1091500 &"
|
||||||
alias {twd,thewalkingdead}="steam steam://rungameid/1449690 &"
|
alias {twd,thewalkingdead}="steam steam://rungameid/1449690 &"
|
||||||
|
|
@ -263,8 +266,6 @@ alias glab='ddgr --gb \!glab "${1}"'
|
||||||
alias red='ddgr \!r "${1}"'
|
alias red='ddgr \!r "${1}"'
|
||||||
alias yt='ddgr --gb \!yt "${1}"'
|
alias yt='ddgr --gb \!yt "${1}"'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# run the following two aliases every time you update the kernels and nvidiadkms
|
# 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 {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg"
|
||||||
alias regen_initramfs="doas mkinitcpio -P"
|
alias regen_initramfs="doas mkinitcpio -P"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue