DricomDragon пре 4 година
родитељ
комит
64d7bfe16f
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      Install/Templates/home/config/fish/functions/fish_right_prompt.fish

+ 3 - 1
Install/Templates/home/config/fish/functions/fish_right_prompt.fish

@@ -1,3 +1,5 @@
 function fish_right_prompt --description 'Write out the prompt on the right'
-	# nothing for now
+	set_color white
+	date '+%T'
+	set_color normal
 end