Avoid warning message if ~/.scmbrc does not exist

This commit is contained in:
Peter Lyons
2012-05-07 09:31:19 -06:00
parent 6af0d5fede
commit b4de983768

View File

@@ -5,7 +5,7 @@
export scmbDir="$(dirname ${BASH_SOURCE:-$0})" export scmbDir="$(dirname ${BASH_SOURCE:-$0})"
# Load config # Load config
. "$HOME/.scmbrc" [ -s "$HOME/.scmbrc" ] && . "$HOME/.scmbrc"
# Shared functions # Shared functions
. "$scmbDir/lib/scm_breeze.sh" . "$scmbDir/lib/scm_breeze.sh"