docs(config): fix typo in default configuration file comment (#198)

This commit is contained in:
Alex Pasmantier 2024-12-31 13:19:09 +01:00 committed by GitHub
parent d2bf172f4b
commit 0382ff81b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,7 @@ toggle_preview = "ctrl-o"
# You would add the following to your configuration file:
# ```
# [shell_integration.commands]
# "git checkout" = "git-branches"
# "git checkout" = "git-branch"
# "ls" = "dirs"
# "cat" = "files"
# ```