This commit is contained in:
Christian Nieves
2024-11-25 19:19:16 +00:00
parent 6bdd165942
commit 22d681a3d2
6 changed files with 25 additions and 34 deletions

View File

@ -1,6 +1,8 @@
# set -xv
HISTSIZE=10000000
SAVEHIST=10000000
CASE_SENSITIVE="true" # speeds up tab autocomplete
zstyle ':completion:*:hosts' hosts
alias cd pushd
@ -34,7 +36,6 @@ zplug "mafredri/zsh-async", from:"github", use:"async.zsh"
zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-history-substring-search"
zplug "modules/command-not-found", from:prezto
zplug "modules/completion", from:prezto
zplug "romkatv/powerlevel10k", as:theme, depth:1
# Install plugins if there are plugins that have not been installed