summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-04-07 07:21:02 +0200
committerDavid Robillard <d@drobilla.net>2017-04-07 07:21:02 +0200
commite377720babb55531ad0419602931d12d4138fa92 (patch)
tree2dd1440460185024e4ab39e055196cfca4bc251c /bashrc
parent678787151a3e770c736670e96ae8c3cf4efce362 (diff)
downloaddotfiles-e377720babb55531ad0419602931d12d4138fa92.tar.gz
dotfiles-e377720babb55531ad0419602931d12d4138fa92.tar.bz2
dotfiles-e377720babb55531ad0419602931d12d4138fa92.zip
Define palette as customizable variables
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 5ddd570..eca3ddf 100644
--- a/bashrc
+++ b/bashrc
@@ -79,6 +79,8 @@ export CFLAGS="-O2 -march=native -fomit-frame-pointer -DNDEBUG -ftree-vectorize"
export CXXFLAGS="$CFLAGS"
export GTK_IM_MODULE="xim"
export EDITOR="emacsclient"
+export CXX=/usr/lib/ccache/g++-6
+export CC=/usr/lib/ccache/gcc-6
# colorize man
man() {