From bb4010e31c79d2716098843f7fe9b38c969f0950 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 31 Aug 2025 21:46:11 -0400 Subject: newsboat adds youtube urls to a file for downloading --- .config/shells/zsh/.zshrc | 3 --- 1 file changed, 3 deletions(-) (limited to '.config/shells/zsh') diff --git a/.config/shells/zsh/.zshrc b/.config/shells/zsh/.zshrc index 109e3bd..cbf682b 100644 --- a/.config/shells/zsh/.zshrc +++ b/.config/shells/zsh/.zshrc @@ -19,9 +19,6 @@ SAVEHIST=100 HISTSIZE=5000 setopt prompt_subst autoload -U colors && colors -#PROMPT='%{$fg_bold[$shColor]%}%n%{$reset_color%}@%m\ -#:[%{$fg_bold[$shColor]%}$(_collapsed_pwd)%{$reset_color%}]:$ ' -#PROMPT='%{$fg_bold[$shColor]%}$comSym%{$reset_color%}:[%{$fg_bold[$shColor]%}%c%{$reset_color%}]:$ ' PROMPT='%{$fg_bold[$shColor]%}$comSym%{$reset_color%} in %{$fg_bold[$shColor]%}%c%{$reset_color%} → ' source $ZSH/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -- cgit v1.2.3