From 485bcb8ae4184acf3d39d3944aa7110782b41b30 Mon Sep 17 00:00:00 2001 From: Jason Rogers Date: Thu, 6 Jun 2013 08:57:41 -0400 Subject: [PATCH] remove old date format comment from right prompt --- themes/jacaetevha/fish_right_prompt.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/jacaetevha/fish_right_prompt.fish b/themes/jacaetevha/fish_right_prompt.fish index 379f65c..183846d 100644 --- a/themes/jacaetevha/fish_right_prompt.fish +++ b/themes/jacaetevha/fish_right_prompt.fish @@ -1,6 +1,5 @@ function fish_right_prompt -d "Write out the right prompt" set_color yellow - # date "+%m/%d/%y" date set_color normal end