Fixed ohmyzsh location.

This commit is contained in:
Joachim Nielandt 2022-06-23 22:14:09 +02:00
parent c2e2174441
commit 63cead81a1

View File

@ -96,7 +96,7 @@ source $ZSH/oh-my-zsh.sh
[ -f ~/.zshrc.local ] && source ~/.zshrc.local [ -f ~/.zshrc.local ] && source ~/.zshrc.local
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. # 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 # this supposedly fixes the slow pasting into shell
zstyle ':bracketed-paste-magic' active-widgets '.self-*' zstyle ':bracketed-paste-magic' active-widgets '.self-*'