فهرست منبع

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