From e432cb271546446a374d261882d1f9aab3f0848f Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Sat, 13 May 2023 15:32:33 -0400 Subject: [PATCH] Add gcc alias to work around MacOS stupidity --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index f7bcae4..afb38a9 100644 --- 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 -- 2.20.1