forked from Snoweuph/Dotfiles
Update Zinit Plugins
This commit is contained in:
parent
b740c96095
commit
d6ad4a9392
1 changed files with 9 additions and 3 deletions
12
.zshrc
12
.zshrc
|
@ -8,7 +8,15 @@ source "${ZINIT_HOME}/zinit.zsh"
|
||||||
# Plugins
|
# Plugins
|
||||||
zinit light zsh-users/zsh-autosuggestions
|
zinit light zsh-users/zsh-autosuggestions
|
||||||
zinit light zdharma-continuum/fast-syntax-highlighting
|
zinit light zdharma-continuum/fast-syntax-highlighting
|
||||||
zinit load marlonrichert/zsh-autocomplete
|
zinit light zsh-users/zsh-completions
|
||||||
|
zinit snippet OMZP::git
|
||||||
|
|
||||||
|
# Comp
|
||||||
|
zinit cdclear -q
|
||||||
|
autoload -Uz compinit
|
||||||
|
compinit
|
||||||
|
zinit cdreplay -q
|
||||||
|
zinit cdlist
|
||||||
|
|
||||||
# Oh My Posh
|
# Oh My Posh
|
||||||
#########################################################
|
#########################################################
|
||||||
|
@ -73,5 +81,3 @@ alias todo="nvim ~/Documents/Notes/Todo.md"
|
||||||
|
|
||||||
alias nano="nvim"
|
alias nano="nvim"
|
||||||
alias neofetch="fastfetch"
|
alias neofetch="fastfetch"
|
||||||
|
|
||||||
source /home/snoweuph/.config/app/.app_profile
|
|
||||||
|
|
Loading…
Reference in a new issue