File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ _1st_arguments=(
74
74
'update:fetch latest version of Homebrew and all formulae'
75
75
'upgrade:upgrade outdated formulae'
76
76
'uses:show formulae which depend on a formula'
77
- `brew commands --quiet --include-aliases`
77
+ `brew commands --quiet --include-aliases | grep -v "^audit\|cat\|cleanup\|commands\|config\|create\|deps\|desc\|doctor\|edit\|fetch\|gist-logs\|home\|info\|info\|instal\|instal\|leaves\|link\|list\|log\|missing\|migrate\|outdated\|pin\|postinstall\|prune\|remove\|search\|switch\|tap\|tap-pin\|tap-unpin\|test-bot\|uninstall\|unlink\|unpin\|untap\|update\|uses$" `
78
78
)
79
79
80
80
local expl
Original file line number Diff line number Diff line change 21
21
22
22
# ### ZSH CONFIG ###############################################################
23
23
# zsh history
24
- HISTFILE=~ /.zshrc_history
24
+ HISTFILE=~ /.zsh_history
25
25
SAVEHIST=5000
26
26
HISTSIZE=5000
27
27
setopt inc_append_history
You can’t perform that action at this time.
0 commit comments