Lazy git change to commit template command

This commit is contained in:
Sergio Laín 2023-09-24 21:23:25 +02:00
parent 5ec5c706cd
commit d5c3eab4ed
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 2 additions and 2 deletions

View file

@ -228,7 +228,7 @@ keybinding:
bulkMenu: "b" bulkMenu: "b"
customCommands: customCommands:
- key: "C" - key: "C"
command: "git cz c" command: "git cz"
description: "commit with commitizen" description: "commit with commitizen"
context: "files" context: "files"
loadingText: "opening commitizen commit tool" loadingText: "opening commitizen commit tool"

View file

@ -27,7 +27,7 @@ print_info() {
# info " ﱘ " song # info " ﱘ " song
# [[ "$player" ]] && prin "Music Player" "$player" # [[ "$player" ]] && prin "Music Player" "$player"
# info "  " local_ip # info "  " local_ip
# info "  " public_ip #info "  " public_ip
# info "  " locale # This only works on glibc systems. # info "  " locale # This only works on glibc systems.
prin "└───────────────────────────────────────┘" prin "└───────────────────────────────────────┘"
prin "\n \n \n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2} \n \n ${cl6} \n \n ${cl4} \n \n ${cl1} \n \n ${cl7} \n \n ${cl0}" prin "\n \n \n \n \n ${cl3} \n \n ${cl5} \n \n ${cl2} \n \n ${cl6} \n \n ${cl4} \n \n ${cl1} \n \n ${cl7} \n \n ${cl0}"