From 63cead81a1096b13f132cc033623dbe8a801fd52 Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Thu, 23 Jun 2022 22:14:09 +0200 Subject: [PATCH] Fixed ohmyzsh location. --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index da5216a..e169431 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -96,7 +96,7 @@ source $ZSH/oh-my-zsh.sh [ -f ~/.zshrc.local ] && source ~/.zshrc.local # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. -[[ ! -f ~/.dotfiles/.p10k.zsh ]] || source ~/.dotfiles/.p10k.zsh +[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # this supposedly fixes the slow pasting into shell zstyle ':bracketed-paste-magic' active-widgets '.self-*'