Skip to content

Commit 17550b9

Browse files
author
mdelage
committedOct 16, 2015
rename zsh history file
1 parent f4782c0 commit 17550b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎_brew

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ _1st_arguments=(
7474
'update:fetch latest version of Homebrew and all formulae'
7575
'upgrade:upgrade outdated formulae'
7676
'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$"`
7878
)
7979

8080
local expl

‎zshrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
#### ZSH CONFIG ###############################################################
2323
# zsh history
24-
HISTFILE=~/.zshrc_history
24+
HISTFILE=~/.zsh_history
2525
SAVEHIST=5000
2626
HISTSIZE=5000
2727
setopt inc_append_history

0 commit comments

Comments
 (0)
Please sign in to comment.