X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.bashrc;h=649885ffd6f1ae25e9a2b90cf262f0c8384f92f5;hp=0d83d1f8b76675e603fb786bb6f6cf9cc397418b;hb=9ed41628b25e03e6c9b24cd58d5571ab1b7a4e90;hpb=c5a4e6ee773cd226ce10af24e42d648696a42905 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