فهرست منبع

Add time in right prompt

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