Added brew for multiple users.

This commit is contained in:
2014-08-25 22:46:00 -07:00
parent 8b351dce12
commit ca17d69e4a
2 changed files with 9 additions and 1 deletions

View File

@@ -228,7 +228,7 @@ function ss() {
}
function git_config_string() {
git config -f $1 --list | xargs -I kv sh -c "echo "\'kv\'""
git config -f $1 --list | xargs -I kv sh -c "echo \\\"kv\\\"" | xargs | tr '\n' ' '
}
function brew_for_multiple_user() {