projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4eac80
)
Add gcc alias to work around MacOS stupidity
master
author
David Kerkeslager
<david@kerkeslager.com>
Sat, 13 May 2023 19:32:33 +0000
(15:32 -0400)
committer
David Kerkeslager
<david@kerkeslager.com>
Sat, 13 May 2023 19:32:33 +0000
(15:32 -0400)
.bashrc
patch
|
blob
|
history
diff --git
a/.bashrc
b/.bashrc
index
f7bcae4
..
afb38a9
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