Bläddra i källkod

Repaint prompt after git status

DricomDragon 4 år sedan
förälder
incheckning
f81e40c5ba
1 ändrade filer med 3 tillägg och 0 borttagningar
  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