diff options
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' |
