diff --git a/zsh/.zshrc b/zsh/.zshrc index 9a1e3a8..3ea17be 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 \ No newline at end of file +source "/usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"