From 622896d4553bd28a35af231ddb4918a4ab7adf93 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 2 Oct 2014 09:23:53 +0300 Subject: [PATCH] bashrc & zshrc: remove useless else which broke bash --- bashrc | 4 ---- zshrc | 4 ---- 2 files changed, 8 deletions(-) diff --git a/bashrc b/bashrc index 44624a0d..16ff5c54 100644 --- a/bashrc +++ b/bashrc @@ -806,14 +806,10 @@ erase-mbr() { # place for this. if hash clang 2>/dev/null; then export CC=clang -else - #unset CC fi if hash clang++ 2>/dev/null; then export CXX=clang++ -else - #unset CXX fi # Function to temporarily set sysctl options which I want and echo how to diff --git a/zshrc b/zshrc index 84544c27..05cc7ea3 100644 --- a/zshrc +++ b/zshrc @@ -779,14 +779,10 @@ erase-mbr() { # place for this. if hash clang 2>/dev/null; then export CC=clang -else - #unset CC fi if hash clang++ 2>/dev/null; then export CXX=clang++ -else - #unset CXX fi # Function to temporarily set sysctl options which I want and echo how to