mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Minimal
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user