updated stuff again
This commit is contained in:
parent
3a1adff906
commit
33643debeb
1 changed files with 9 additions and 9 deletions
18
zsh/rc.zsh
18
zsh/rc.zsh
|
@ -15,8 +15,8 @@ source $HOME/.config/zinit/bin/zinit.zsh
|
||||||
export STARSHIP_CONFIG=$ZDOTDIR/starship.toml
|
export STARSHIP_CONFIG=$ZDOTDIR/starship.toml
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
zinit silent wait'1' blockf for zsh-users/zsh-completions
|
zinit wait lucid light-mode blockf atpull'zinit creinstall -q .' for zsh-users/zsh-completions
|
||||||
zinit silent wait'1' atload"_zsh_autosuggest_start" for zsh-users/zsh-autosuggestions
|
zinit wait lucid light-mode atload"_zsh_autosuggest_start" for zsh-users/zsh-autosuggestions
|
||||||
|
|
||||||
# Needed
|
# Needed
|
||||||
source $ZDOTDIR/files/dircolor.zsh
|
source $ZDOTDIR/files/dircolor.zsh
|
||||||
|
@ -36,15 +36,15 @@ zinit snippet OMZP::fzf
|
||||||
zinit snippet OMZP::lando
|
zinit snippet OMZP::lando
|
||||||
|
|
||||||
eval "$(fasd --init auto)"
|
eval "$(fasd --init auto)"
|
||||||
zinit silent wait'1' light-mode for wookayin/fzf-fasd
|
zinit wait lucid light-mode for wookayin/fzf-fasd
|
||||||
zinit silent wait'1' light-mode for urbainvaes/fzf-marks
|
zinit wait lucid light-mode for urbainvaes/fzf-marks
|
||||||
zinit silent wait'1' light-mode for voronkovich/gitignore.plugin.zsh
|
zinit wait lucid light-mode for voronkovich/gitignore.plugin.zsh
|
||||||
zinit silent wait'1' light-mode for reegnz/jq-zsh-plugin
|
zinit wait lucid light-mode for reegnz/jq-zsh-plugin
|
||||||
zinit silent wait'1' light-mode for @asdf-vm/asdf
|
zinit wait lucid light-mode for @asdf-vm/asdf
|
||||||
zinit silent wait'1' light-mode for Aloxaf/fzf-tab
|
zinit wait lucid light-mode for Aloxaf/fzf-tab
|
||||||
|
|
||||||
# syntax highlighting
|
# syntax highlighting
|
||||||
zinit silent wait'1' atinit"zpcompinit; zpcdreplay -q" for zsh-users/zsh-syntax-highlighting
|
zinit wait lucid'1' light-mode atinit"zpcompinit; zpcdreplay -q" for zsh-users/zsh-syntax-highlighting
|
||||||
|
|
||||||
# Local RC
|
# Local RC
|
||||||
[[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh"
|
[[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue