Compare commits

..

No commits in common. "51480714d89408f3ba020afeeaa3eb89517f0b95" and "1cff2a854578ea900e4156fd034ee614610dc1a7" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

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

View file

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