Pārlūkot izejas kodu

Add time in right prompt

DricomDragon 4 gadi atpakaļ
vecāks
revīzija
64d7bfe16f

+ 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