dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 654590150871dc45e94bc5894e85acfb5594e6f7
parent 2743f1b1bcaf221989c4d6403050b4e646181182
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 25 Feb 2021 16:56:13 +0000

remove extra ;;

Diffstat:
Mzsh/.zsh/prompt.zsh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/zsh/.zsh/prompt.zsh b/zsh/.zsh/prompt.zsh @@ -100,7 +100,6 @@ tiny) PROMPT='%F{3} %%${COLOR_NORMAL} ' RPROMPT='%F{15}%~ $(GIT_PROMPT) %F{8}${HOSTNAME}${COLOR_NORMAL}' ;; -;; # classic *) PROMPT='%F{cyan}${USERNAME}@%F{white}[${HOSTNAME}]$(GIT_PROMPT)%F{white} : %~# '