mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 09:22:42 +01:00
Compare commits
2 commits
1cff2a8545
...
51480714d8
| Author | SHA1 | Date | |
|---|---|---|---|
| 51480714d8 | |||
| 034fc0cd84 |
2 changed files with 4 additions and 2 deletions
|
|
@ -177,9 +177,11 @@ gitf () {
|
|||
;;
|
||||
|
||||
*)
|
||||
git remote -v
|
||||
echo ""
|
||||
git branch -v
|
||||
echo ""
|
||||
git status -v
|
||||
git status
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@
|
|||
"workbench.panel.showLabels": false,
|
||||
"terminal.integrated.copyOnSelection": true,
|
||||
"terminal.integrated.cursorStyle": "line",
|
||||
"terminal.integrated.cursorStyleInactive": "line"
|
||||
"terminal.integrated.cursorStyleInactive": "none"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue