Skip to content

Commit 5c16b0d

Browse files
feat(mise): mise run quiet by default
1 parent c45dd32 commit 5c16b0d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/zsh/zshrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,11 @@ alias tss='tmux display-popup -E -w 100% -h 100% nvim -c "lua require('"'"'hjdiv
337337
alias tst='tmux switch-client -l'
338338
alias tsd=__ts_todos
339339

340+
# To run in verbose mode
341+
#
342+
# MISE_QUIET=false mr the:task
343+
#
344+
export MISE_QUIET=true
340345
alias mr='mise run'
341346

342347

0 commit comments

Comments
 (0)