Blob Blame History Raw
diff --git a/colorgcc.1.3.2.txt b/colorgcc.1.3.2.txt
index 258ab97..f7c4a1e 100644
--- a/colorgcc.1.3.2.txt
+++ b/colorgcc.1.3.2.txt
@@ -95,6 +95,12 @@ sub initDefaults
    $compilerPaths{"color-c++"} = "c++";
    $compilerPaths{"color-ccache"} = "ccache";
 
+   $compilerPaths{"colorgcc"} = "gcc";
+   $compilerPaths{"colorg++"} = "g++";
+   $compilerPaths{"colorcc"}  = "cc";
+   $compilerPaths{"colorc++"} = "c++";
+   $compilerPaths{"colorccache"} = "ccache";
+
    $nocolor{"dumb"} = "true";
 
    $colors{"srcColor"} = color("cyan");