mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
bashrc & zshrc: remove useless else which broke bash
This commit is contained in:
parent
5811927ffe
commit
622896d455
4
bashrc
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user