Update dot_zshrc
This commit is contained in:
parent
90d58b7ca0
commit
bf785b982e
1 changed files with 1 additions and 4 deletions
|
@ -19,15 +19,12 @@ ZINIT[HOME_DIR]="$HOME/.config/zinit"
|
|||
ZINIT[ZCOMPDUMP_PATH]="$HOME/.cache/zsh/compdump"
|
||||
source $HOME/.config/zinit/bin/zinit.zsh
|
||||
|
||||
# Programs
|
||||
zinit ice as"program" from"gh-r" mv"exa* -> exa"; zinit light "ogham/exa"
|
||||
|
||||
# Completions and Autosuggestions
|
||||
zinit ice lucid blockf atpull'zinit creinstall -q .'; zinit light "zsh-users/zsh-completions"
|
||||
zinit ice lucid atload"_zsh_autosuggest_start"; zinit light "zsh-users/zsh-autosuggestions"
|
||||
|
||||
# History
|
||||
export SAVEHIST=20000
|
||||
export SAVEHIST=200000
|
||||
export HISTFILE=$HOME/.cache/zsh/history
|
||||
|
||||
# Aliases
|
||||
|
|
Loading…
Add table
Reference in a new issue