removed some unneeded plugins

This commit is contained in:
eeleater 2021-05-30 09:28:50 +02:00
parent 2979ab9db6
commit d5a9b2900f
3 changed files with 13 additions and 19 deletions

View file

@ -7,12 +7,7 @@ export STARSHIP_CONFIG=$ZDOTDIR/starship.toml
export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache"
# Setopt Stuff
setopt multios
setopt prompt_subst
setopt auto_pushd
setopt pushd_ignore_dups
setopt pushdminus
setopt inc_append_history
setopt multios prompt_subst auto_pushd pushd_ignore_dups pushdminus inc_append_history
# Zinit Clone if not exist
[[ ! -f $HOME/.config/zinit/bin/zinit.zsh ]] && command git clone https://github.com/zdharma/zinit $HOME/.config/zinit/bin