Merge pull request #31 from focusaurus/patch-1
Avoid warning message if ~/.scmbrc does not exist
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
export scmbDir="$(dirname ${BASH_SOURCE:-$0})"
|
||||
|
||||
# Load config
|
||||
. "$HOME/.scmbrc"
|
||||
[ -s "$HOME/.scmbrc" ] && . "$HOME/.scmbrc"
|
||||
|
||||
# Shared functions
|
||||
. "$scmbDir/lib/scm_breeze.sh"
|
||||
|
||||
Reference in New Issue
Block a user