From b9532a4ac82ade874c93e0076134fc3a9e476676 Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 11 Aug 2020 14:28:44 +0200 Subject: Add zsh theme --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to '.config/zsh/.zshrc') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index a720792..df2e863 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -16,6 +16,7 @@ fi export ZSH="${XDG_CONFIG_HOME:-$HOME/.config}/oh-my-zsh" ZSH_THEME="0undefined" +ZSH_CUSTOM="${XDG_CONFIG_HOME:-$HOME/.config}/zsh/custom" # Uncomment the following line to use case-sensitive completion. CASE_SENSITIVE="true" -- cgit v1.3