add git alias

This commit is contained in:
Daniel Bauer
2025-12-02 11:43:59 +01:00
parent cd3d0529e6
commit 4240fe6a8f
2 changed files with 4 additions and 1 deletions

View File

@@ -35,3 +35,6 @@ alias clip='xsel --clipboard'
# keepass
alias kp=keepassxc-cli
# git
alias gcom="git commit -m"

View File

@@ -10,5 +10,5 @@
"enabledPlugins": {
"code-review@claude-code-marketplace": true
},
"alwaysThinkingEnabled": false
"alwaysThinkingEnabled": true
}