Skip to content

Commit dad4ec1

Browse files
committed
Don't give error when there's no lines to append
1 parent a82a36d commit dad4ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh-in-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ plugins=($_PLUGINS)
102102
103103
source \$ZSH/oh-my-zsh.sh
104104
EOM
105-
printf $ZSHRC_APPEND
105+
printf "$ZSHRC_APPEND"
106106
}
107107

108108
powerline10k_config() {

0 commit comments

Comments
 (0)