Update dot_zshrc
This commit is contained in:
parent
1f9f405d48
commit
0474f8878a
1 changed files with 1 additions and 5 deletions
|
@ -13,6 +13,7 @@ source "$XDG_DATA_HOME"/zsh/config/env.zsh
|
||||||
# completion stuff
|
# completion stuff
|
||||||
source "$ZDOTDIR"/files/compinit.zsh
|
source "$ZDOTDIR"/files/compinit.zsh
|
||||||
source "$ZDOTDIR"/files/bashcomps.zsh
|
source "$ZDOTDIR"/files/bashcomps.zsh
|
||||||
|
source "$ZDOTDIR"/files/sshcomp.zsh
|
||||||
|
|
||||||
# antidote
|
# antidote
|
||||||
test -r "$XDG_DATA_HOME"/antidote/antidote.zsh || git clone https://github.com/mattmc3/antidote.git "$XDG_DATA_HOME"/antidote
|
test -r "$XDG_DATA_HOME"/antidote/antidote.zsh || git clone https://github.com/mattmc3/antidote.git "$XDG_DATA_HOME"/antidote
|
||||||
|
@ -22,11 +23,6 @@ antidote load
|
||||||
|
|
||||||
# eval stuff
|
# eval stuff
|
||||||
source "$ZDOTDIR"/files/evalstuff.zsh
|
source "$ZDOTDIR"/files/evalstuff.zsh
|
||||||
|
|
||||||
# seperate configs
|
|
||||||
source "$ZDOTDIR"/files/aliases.zsh
|
source "$ZDOTDIR"/files/aliases.zsh
|
||||||
source "$ZDOTDIR"/files/functions.zsh
|
source "$ZDOTDIR"/files/functions.zsh
|
||||||
source "$ZDOTDIR"/files/distroicon.zsh
|
source "$ZDOTDIR"/files/distroicon.zsh
|
||||||
|
|
||||||
# ssh ignored patterns
|
|
||||||
source "$ZDOTDIR"/files/sshcomp.zsh
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue