Skip to content

Commit a7df1d7

Browse files
committed
feat(dry run): support env variable
1 parent 30411a2 commit a7df1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh-abbr.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _zsh_abbr() {
2222
{
2323
local action number_opts opt dry_run release_date scope should_exit \
2424
text_bold text_reset type version
25-
dry_run=0
25+
dry_run=${ZSH_ABBR_DRY_RUN:-0}
2626
number_opts=0
2727
release_date="March 22 2020"
2828
should_exit=0

0 commit comments

Comments
 (0)