diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-12-31 01:19:14 -0500 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-12-31 01:19:14 -0500 |
| commit | 59b25ccf87ef14e2cd5dc7f30871ff6561df241c (patch) | |
| tree | 55f49bb1505f5f31819a349b0ff1935edf6266e8 /.bashrc | |
| parent | 5c37fd060bba1970780fea54d4e56cdebb441db1 (diff) | |
clang and ideas
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |
