mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 09:22:42 +01:00
Compare commits
No commits in common. "51480714d89408f3ba020afeeaa3eb89517f0b95" and "1cff2a854578ea900e4156fd034ee614610dc1a7" have entirely different histories.
51480714d8
...
1cff2a8545
2 changed files with 2 additions and 4 deletions
|
|
@ -177,11 +177,9 @@ gitf () {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
git remote -v
|
|
||||||
echo ""
|
|
||||||
git branch -v
|
git branch -v
|
||||||
echo ""
|
echo ""
|
||||||
git status
|
git status -v
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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": "none"
|
"terminal.integrated.cursorStyleInactive": "line"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue