From e3e97b5aa2733d33343950af6b3d4c890a30e06d Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Tue, 19 Nov 2019 01:16:15 +0100 Subject: [PATCH] updated stuff --- zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"