Skip to content

Commit

Permalink
fix(wsl/home/.config/mise/config.toml): set tools=true for env vars u…
Browse files Browse the repository at this point in the history
…sing mise tools
  • Loading branch information
risu729 committed Dec 16, 2024
1 parent 19e9f8f commit fc8dd1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wsl/home/.config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ min_version = "2024.12.8"
# disable bat paging
BAT_PAGING = "never"
# gpg requires tty
GPG_TTY="{{ exec(command='tty') }}"
GPG_TTY={value="{{ exec(command='tty') }}", tools=true}
# set GITHUB_TOKEN to avoid rate limit while using mise
GITHUB_TOKEN="{{ exec(command='gh auth token') }}"
GITHUB_TOKEN={value="{{ exec(command='gh auth token') }}", tools=true}

[tools]
# language tools
Expand Down

0 comments on commit fc8dd1a

Please sign in to comment.