Procházet zdrojové kódy

Repaint prompt after git status

DricomDragon před 4 roky
rodič
revize
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