Make use of omz web-search plugin & increase zsh history
This commit is contained in:
parent
b84018775e
commit
71f797c7c5
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,7 @@ DISABLE_UPDATE_PROMPT=true
|
||||||
DISABLE_AUTO_UPDATE=true
|
DISABLE_AUTO_UPDATE=true
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
plugins=(archlinux common-aliases git sudo ssh-agent rust colored-man-pages gpg-agent)
|
plugins=(archlinux common-aliases git sudo ssh-agent rust colored-man-pages gpg-agent web-search)
|
||||||
|
|
||||||
# zsh-completions
|
# zsh-completions
|
||||||
autoload -U compinit && compinit
|
autoload -U compinit && compinit
|
||||||
|
@ -19,3 +19,8 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# source omz
|
# source omz
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
# increase zsh history
|
||||||
|
export HISTSIZE=1000000000
|
||||||
|
export SAVEHIST=$HISTSIZE
|
||||||
|
setopt EXTENDED_HISTORY
|
||||||
|
|
Loading…
Reference in a new issue