From 8ce58a50970881ecfd047a7a5bef1a95dc11f396 Mon Sep 17 00:00:00 2001 From: Out Of Ideas Date: Wed, 8 Nov 2023 07:32:54 -0600 Subject: [PATCH] ZSH fix --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 67cc3a4..4c8a112 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,4 +1,6 @@ # Prompt # +autoload -U colors && colors + # No Directory Shortening #PS1="%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[red]%}%m %{$fg[magenta]%}%~ %{$reset_color%}%% "