Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jun 26, 2022
1 parent 12407b0 commit af230d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dotfiles/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,5 @@
protected = refs/remotes/*,main,master,develop,production
[include]
path = ~/.gitconfig-local
[submodule]
recurse = true
8 changes: 4 additions & 4 deletions dotfiles/zshrc.d/01_general.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ setopt hist_ignore_space hist_no_functions hist_no_store hist_reduce_blanks
#setopt share_history
#setopt append_history
setopt inc_append_history
HISTORY_IGNORE="(l[lsa] *|[bf]g|tmux *|cat *|wb *|vi[m ] *|cd *|pushd *|popd *|exit|clear|reset)"
HISTFILE=~/.zsh_history
HISTSIZE=2200
SAVEHIST=2000
export HISTORY_IGNORE="(l[lsa] *|[bf]g|mv *|tmux *|cat *|wb *|vi[m ] *|cd *|pushd *|popd *|exit|clear|reset)"
export HISTFILE=~/.zsh_history
export HISTSIZE=2200
export SAVEHIST=2000


##########################
Expand Down

0 comments on commit af230d5

Please sign in to comment.