Skip to content

Commit

Permalink
chore: update example config to latest style
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat committed Apr 26, 2024
1 parent dec22bf commit 364b397
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 41 deletions.
41 changes: 0 additions & 41 deletions TODOLIST.md

This file was deleted.

16 changes: 16 additions & 0 deletions config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ metadir = "~/.local/share/roxide"
# The generated command name, to support terminal navigation.
cmd = "rox"

# The expire seconds for keyword completion, default is 1 day.
keyword_expire = 86400

[detect]
# Auto detect project languages and modules, add them to labels.
auto = false
# Ignore glob patterns when detecting and counting stats.
ignores = []

[docker]
# The docker command name and args.
name = "docker"
args = []
# The docker shell program name.
shell = "sh"

# The tag release rule.
[release]
patch = "v{0}.{1}.{2+}"
Expand Down

0 comments on commit 364b397

Please sign in to comment.