fish/functions/oldgcc.fish @ 08bb1b2895de

Add CCL init file
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Apr 2016 16:35:09 +0000
parents d66bfb2537fe
children (none)
function oldgcc -d "Set \$CC to the old GCC"
    set -g CC /usr/bin/gcc-4.0
end