diff --git a/.install/export_colors.sh b/.install/export_colors.sh index b1ed53d..0be35e0 100755 --- a/.install/export_colors.sh +++ b/.install/export_colors.sh @@ -1,6 +1,6 @@ #!/bin/bash -[[ -f ~/.bash_aliases && ! -z $(cat ~/.bash_aliases | grep c_red) ]] && exit 1 +[[ -f ~/.bash_aliases && ! -z $(cat ~/.bash_aliases | grep c_red) ]] && exit 0 echo 'export c_blinkfast="\033[6m" export c_light="\033[1m"