updated stuff

This commit is contained in:
Nikolas Weger 2019-11-19 01:16:15 +01:00
parent ba48609216
commit e3e97b5aa2

View file

@ -5,8 +5,8 @@ fi
source "$ZDOTDIR/libraries/export.zsh"
source "$ZDOTDIR/libraries/dircolor.zsh"
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
source "/usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme"
autoload -Uz compinit
if [[ -n $HOME/.cache/zsh/compdump(#qN.mh+24) ]]; then
@ -36,4 +36,4 @@ bindkey -s '^o' 'lfcd\n'
[[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source "/usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"