From 448077c13f002752a728ed3dd4127b014bb12b13 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 14 Mar 2024 15:44:07 +0100 Subject: bash: Set $CC to gcc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3