changed some stuff

This commit is contained in:
eeleater 2023-11-06 12:16:28 +01:00
parent 8fd767105f
commit 16e4580f1c
2 changed files with 6 additions and 6 deletions

View file

@ -12,9 +12,8 @@ stty -ixon
# local env exports
source "$XDG_DATA_HOME"/zsh/config/env.zsh
# completion stuff
# initialize completion system
source "$ZDOTDIR"/files/compinit.zsh
source "$ZDOTDIR"/files/sshcomp.zsh
# antidote
test -r "$XDG_DATA_HOME"/antidote/antidote.zsh || git clone https://github.com/mattmc3/antidote.git "$XDG_DATA_HOME"/antidote
@ -28,8 +27,9 @@ source "$ZDOTDIR"/files/aliases.zsh
source "$ZDOTDIR"/files/functions.zsh
source "$ZDOTDIR"/files/distroicon.zsh
# bash completions
# completion stuff
source "$ZDOTDIR"/files/bashcomps.zsh
source "$ZDOTDIR"/files/sshcomp.zsh
# theme
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json')