add ohmyzsh

This commit is contained in:
Christian Nieves
2022-08-03 16:47:34 +00:00
parent 1bd3815184
commit e411e6c6cb
2 changed files with 2 additions and 1 deletions

1
zsh/.oh-my-zsh Submodule

Submodule zsh/.oh-my-zsh added at 8362ae285a

View File

@ -17,7 +17,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
fi fi
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
plugins=(zsh-autosuggestions) plugins=(zsh-autosuggestions zsh-syntax-highlighting)
ZSH_THEME=powerlevel10k/powerlevel10k ZSH_THEME=powerlevel10k/powerlevel10k
DISABLE_AUTO_TITLE=true DISABLE_AUTO_TITLE=true