From b47872f3dd2f75e38ff72a5d389bd58a44be8263 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 10 Jan 2020 15:18:02 +0100 Subject: [PATCH] Migration to slimline - fix. --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 0c6c1ea..dd3f912 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -4,7 +4,7 @@ ENABLE_CORRECTION="true" plugins=(git zsh-autosuggestions zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh -source ~/oh-my-zsh/custom/themes/slimline/slimline.zsh +source ~/.oh-my-zsh/custom/themes/slimline/slimline.zsh SLIMLINE_USER_HOST_INFO_FORMAT="%F{green}|user|%F{white}@%F{cyan}|host|%f" SLIMLINE_SYMBOL_WORKING_FORMAT="%F{red}➜%f" SLIMLINE_SYMBOL_READY_FORMAT="%F{white}➜%f"