From a7c5c75ff66ecb15bc60353733458ea1ec7552e6 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 30 Dec 2021 18:55:11 -0300 Subject: [PATCH] Replace /home/slococo/.oh-my-zsh/custom --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2982f84..3e0299b 100755 --- a/install.sh +++ b/install.sh @@ -324,7 +324,7 @@ getDotfiles() { cd $lastFolder sudo pacman -Sy zaread-git "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k + git clone https://github.com/romkatv/powerlevel10k.git $HOME/.oh-my-zsh/custom/themes/powerlevel10k } steps=(