Compare commits

..

2 commits

2 changed files with 4 additions and 2 deletions

View file

@ -177,9 +177,11 @@ gitf () {
;; ;;
*) *)
git remote -v
echo ""
git branch -v git branch -v
echo "" echo ""
git status -v git status
;; ;;
esac esac
} }

View file

@ -16,5 +16,5 @@
"workbench.panel.showLabels": false, "workbench.panel.showLabels": false,
"terminal.integrated.copyOnSelection": true, "terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorStyle": "line", "terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorStyleInactive": "line" "terminal.integrated.cursorStyleInactive": "none"
} }