From e411e6c6cbd7c73fd6a65913f4081d77df1e04f9 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Wed, 3 Aug 2022 16:47:34 +0000 Subject: [PATCH] add ohmyzsh --- zsh/.oh-my-zsh | 1 + zsh/.zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 zsh/.oh-my-zsh diff --git a/zsh/.oh-my-zsh b/zsh/.oh-my-zsh new file mode 160000 index 0000000..8362ae2 --- /dev/null +++ b/zsh/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit 8362ae285a5c227cb20387543483a3597fa31931 diff --git a/zsh/.zshrc b/zsh/.zshrc index d1884cd..db9458c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -17,7 +17,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] fi # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh -plugins=(zsh-autosuggestions) +plugins=(zsh-autosuggestions zsh-syntax-highlighting) ZSH_THEME=powerlevel10k/powerlevel10k DISABLE_AUTO_TITLE=true