bash_aliases: ignore error msg from which

This commit is contained in:
Josh Holtrop 2011-05-23 16:47:10 -04:00
parent bed28d653d
commit dac74f35e2

View File

@ -91,7 +91,7 @@ function git-config-joshs()
git config --global core.pager 'less -FRXi'
git config --global alias.dc 'diff --cached'
}
if [[ "$(which jsvn)" != "" ]]; then
if [[ "$(which jsvn 2>/dev/null)" != "" ]]; then
alias svn='jsvn'
fi