소스 검색

Repaint prompt after git status

DricomDragon 4 년 전
부모
커밋
f81e40c5ba
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Install/Templates/config/fish/functions/git_status_short.fish

+ 3 - 0
Install/Templates/config/fish/functions/git_status_short.fish

@@ -1,3 +1,6 @@
 function git_status_short --description 'Git status encapsulation for key binding'
+	echo
 	git status --short
+	echo \n
+	commandline -f repaint
 end