diff options
| author | Xu Cheng | 2016-05-03 16:14:15 +0800 |
|---|---|---|
| committer | Xu Cheng | 2016-05-13 14:37:18 +0800 |
| commit | 92934db20296a79b1507499a44614b63056b9841 (patch) | |
| tree | 86750c1c2a5406f858706623bc0614c65bf273dd /Library/brew.sh | |
| parent | 2044294a865a85c4c3144a3000bd9a48427e12c6 (diff) | |
| download | brew-92934db20296a79b1507499a44614b63056b9841.tar.bz2 | |
move brew shell function to brew.sh
Diffstat (limited to 'Library/brew.sh')
| -rw-r--r-- | Library/brew.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/brew.sh b/Library/brew.sh index 5589bcc68..0469244b3 100644 --- a/Library/brew.sh +++ b/Library/brew.sh @@ -24,6 +24,10 @@ chdir() { cd "$@" >/dev/null || odie "Error: failed to cd to $*!" } +brew() { + "$HOMEBREW_BREW_FILE" "$@" +} + # Force UTF-8 to avoid encoding issues for users with broken locale settings. if [[ "$(locale charmap 2> /dev/null)" != "UTF-8" ]] then |
