瀏覽代碼

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