Update dot_zshrc
This commit is contained in:
parent
12c9bb27ed
commit
dec80c5c95
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,7 @@ export SPACEVIMDIR="$HOME/.config/spacevim/"
|
|||
export FZF_MARKS_FILE=$HOME/.config/fzfmarks
|
||||
export STARSHIP_CONFIG=$HOME/.config/zsh/starship.toml
|
||||
export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache"
|
||||
export ASDF_DIR="$HOME/.local/asdf"
|
||||
|
||||
# Setopt Stuff
|
||||
setopt multios prompt_subst auto_pushd pushd_ignore_dups pushdminus inc_append_history
|
||||
|
@ -82,15 +83,14 @@ zinit ice lucid; zinit light "b4b4r07/enhancd"
|
|||
zinit ice lucid; zinit light "jreese/zsh-titles"
|
||||
zinit ice lucid; zinit light "urbainvaes/fzf-marks"
|
||||
zinit ice lucid; zinit light "Aloxaf/fzf-tab"
|
||||
zinit ice lucid; zinit light "wfxr/forgit"
|
||||
zinit ice lucid; zinit light "reegnz/jq-zsh-plugin"
|
||||
zinit ice lucid; zinit light "redxtech/zsh-asdf-direnv"
|
||||
[[ -f /home/linuxbrew/.linuxbrew/bin/brew ]] && _evalcache /home/linuxbrew/.linuxbrew/bin/brew shellenv
|
||||
|
||||
# syntax highlighting
|
||||
zinit ice lucid atinit"ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay"; zinit light "zdharma/fast-syntax-highlighting"
|
||||
|
||||
# Theme
|
||||
zinit ice depth=1; zinit light "romkatv/powerlevel10k"
|
||||
zinit ice lucid depth=1; zinit light "romkatv/powerlevel10k"
|
||||
[[ ! -f "$HOME/.p10k.zsh" ]] || source "$HOME/.p10k.zsh" # p10k configure || nano ~/.p10k.zsh
|
||||
|
||||
# Local RC
|
||||
|
|
Loading…
Add table
Reference in a new issue