From 557eff9092a25c7ed3ab7c654d5e6ce762321909 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 3 Jan 2022 13:49:09 -0300 Subject: [PATCH] Update .zshrc ('/home/slococo/.oh-my-zsh/custom and 'powerlevel10k/powerlevel10k') --- dotfiles/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 3521b15..f19c71e 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -14,7 +14,8 @@ HISTFILE=~/.cache/zsh/.histfile export ZSH="/usr/share/oh-my-zsh" #ZSH_THEME="pmcgee" -ZSH_THEME="powerlevel10k/powerlevel10k" +export ZSH_CUSTOM="/usr/share" +ZSH_THEME="zsh-theme-powerlevel10k/powerlevel10k" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"