summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJack Jamison <53350163+JackJ30@users.noreply.github.com>2024-12-31 20:56:43 -0500
committerGitHub <noreply@github.com>2024-12-31 20:56:43 -0500
commitd9ccb6c4adb111a9b3e02d40ab6686354f8f6acc (patch)
treecac13a688c7706cc68c81288d9161ff525272f6b /.bashrc
parent3493af66f19732322a223770e3d8d4fbe1d4cc4e (diff)
parenteb94009b49f12bcdd25b91f1ae3794aa0e40f39b (diff)
Merge pull request #2 from JackJ30/newmacs
Newmacs
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 16dc9c9..e226134 100644
--- a/.bashrc
+++ b/.bashrc
@@ -4,6 +4,9 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
+
+export CC=/usr/bin/clang
+export CXX=/usr/bin/clang++
fastfetch
alias ls='ls --color=auto'
alias grep='grep --color=auto'