]> code.kerkeslager.com Git - dotfiles/commitdiff
Add gcc alias to work around MacOS stupidity
authorDavid Kerkeslager <david@kerkeslager.com>
Sat, 13 May 2023 19:32:33 +0000 (15:32 -0400)
committerDavid Kerkeslager <david@kerkeslager.com>
Sat, 13 May 2023 19:32:33 +0000 (15:32 -0400)
.bashrc

diff --git a/.bashrc b/.bashrc
index f7bcae44ef0343583abde11e143aa7877de01f1c..afb38a9645c8c2ecf56b3cf2d06a6d5592c54e40 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -50,6 +50,9 @@ alias serve='python -m SimpleHTTPServer 8080'
 alias gpg='gpg2'
 alias gnupg='gnupg2'
 
+alias gcc='gcc-13'
+alias cc='gcc-13'
+
 export SVN_EDITOR=vim
 
 # Enable programmable completion features (you don't need to enable