This commit is contained in:
2025-08-31 05:37:24 +02:00
parent 455b348f60
commit 49d8ae7c6f
15 changed files with 25 additions and 343 deletions

View File

@@ -1,18 +1,13 @@
# Implement more commands to be more productive
customCommands:
- key: 'U'
context: 'status'
# WARNING: this only works when the remote is a ssh remote
# TODO: Implement a script that can figure out if it ssh or http and act accordingly
command: "xdg-open https://$(git remote get-url origin | tr @ '\n' | grep : | tr : / | rev | cut -c5- | rev)"
description: 'open the remote url in smime'
notARepository: 'skip'
# Dont prompt here
promptToReturnFromSubprocess: false
# Setting the theme to cattpuccin
gui:
skipDiscardChangeWarning: true
theme:
@@ -39,4 +34,3 @@ gui:
authorColors:
'*': '#b4befe'
showFileTree: false