commit c1df39e858dba1cc7523696ef0465ba57ce87dff
parent 252684681e3a6086c4fbea2c2c69907ab3219a1c
Author: dwrz <dwrz@dwrz.net>
Date: Sun, 17 Nov 2024 14:20:55 +0000
Update bashrc gcc alias
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bash/bashrc b/bash/bashrc
@@ -37,7 +37,7 @@ alias df="df -h"
alias diff="diff --color=auto"
alias dirdu="du -cksh * | sort -hr"
alias e="emacsclient -t"
-alias gcc="gcc -O3 -Wall -Wextra -Wstrict-prototypes -std=c17 -pedantic"
+alias gcc="gcc -O3 -Wall -Wextra -Wstrict-prototypes -std=c23 -pedantic"
alias grep="grep --color=auto"
alias hist="history -a && history -n"
alias hr='printf $(printf "\e[91;1m%%%ds\e[0m\n" $(tput cols)) | tr " " ='