From dd22f5c2ab77bd322060391bbb5957d559f50e7c Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Fri, 10 Jan 2020 13:58:18 -0500 Subject: [PATCH] fix(zshrc): removed bloat comment --- .config/zsh/.zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 86fdd8e7..e3a0e537 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,5 +1,3 @@ -# Luke's config for the Zoomer Shell - autoload -U colors && colors PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "