diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-14 15:44:07 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-14 15:44:07 +0100 |
commit | 448077c13f002752a728ed3dd4127b014bb12b13 (patch) | |
tree | ca428fc761094bc4f4a2cc77db727efff98e897a /.bashrc | |
parent | af5477183fc257645ca24d655343ed7e0bf92d72 (diff) |
bash: Set $CC to gcc
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ function jc { } export BROWSER="firefox" -export CC="cc" +export CC="gcc" export EDITOR="nvim" export PAGER="less" export MANPAGER="nvimpager" |