feat: remove ignored commands

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-10-19 11:10:40 +02:00
parent cbddf20c59
commit 4592a3a7c5
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -200,12 +200,6 @@ common_subcommands = ["git", "cargo", "docker", "kubectl", "k", "go"]
## Set commands that will be completely ignored from stats ## Set commands that will be completely ignored from stats
ignored_commands = ["clear", "ls", "cd", "exit"] ignored_commands = ["clear", "ls", "cd", "exit"]
# ignored_commands = [
# "cd",
# "ls",
# "vi"
# ]
[keys] [keys]
# Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry. # Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry.
# scroll_exits = false # scroll_exits = false