Explorar el Código

Repaint prompt after git status

DricomDragon hace 4 años
padre
commit
f81e40c5ba
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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