소스 검색

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