From: David Kerkeslager Date: Fri, 9 Jul 2010 02:21:19 +0000 (-0400) Subject: Removed clang and gcc aliases. X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=9ed41628b25e03e6c9b24cd58d5571ab1b7a4e90 Removed clang and gcc aliases. --- diff --git a/.bashrc b/.bashrc index 0d83d1f..649885f 100644 --- a/.bashrc +++ b/.bashrc @@ -36,9 +36,7 @@ if [ -x /usr/bin/dircolors ]; then alias egrep='egrep --color=auto' fi -alias clang='~/Programs/clang2.6/bin/clang -Wall -std=c99 -lncurses' alias emacs='emacs -nw' -alias gcc='gcc -Wall -std=c99 -lncurses' alias serve='python -m SimpleHTTPServer 8080' export SVN_EDITOR=vim