Skip to content

Commit

Permalink
[brew] Add brew command-not-found
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdevalias committed Oct 26, 2016
1 parent 272357d commit ee22328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cask_args appdir: '/Applications'
tap 'homebrew/bundle'
tap 'homebrew/fuse'
tap 'homebrew/binary'
tap 'homebrew/command-not-found'
tap 'caskroom/cask'
tap 'caskroom/versions'
tap 'vitorgalvao/tiny-scripts'
Expand Down
2 changes: 2 additions & 0 deletions homebrew/brew.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/Homebrew/homebrew-command-not-found
if brew command command-not-found-init > /dev/null 2>&1; then eval "$(brew command-not-found-init)"; fi

0 comments on commit ee22328

Please sign in to comment.