瀏覽代碼

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