From 59b25ccf87ef14e2cd5dc7f30871ff6561df241c Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Tue, 31 Dec 2024 01:19:14 -0500 Subject: clang and ideas --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') 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' -- cgit v1.2.3