remove old date format comment from right prompt

This commit is contained in:
Jason Rogers 2013-06-06 08:57:41 -04:00
parent 01dc116a54
commit 485bcb8ae4

View File

@ -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