summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index d33cb93..53655ef 100644
--- a/.bashrc
+++ b/.bashrc
@@ -25,7 +25,7 @@ function jc {
}
export BROWSER="firefox"
-export CC="cc"
+export CC="gcc"
export EDITOR="nvim"
export PAGER="less"
export MANPAGER="nvimpager"