Переглянути джерело

Repaint prompt after git status

DricomDragon 4 роки тому
батько
коміт
f81e40c5ba

+ 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