Skip to content

An option to not print the banner under CI #37

Answered by srid
algernon asked this question in Q&A
Discussion options

You must be logged in to vote

I believe you can already do this using something like:

{
  mission-control = {config, ...}: {
    banner = '''
      if [ -z "$CI" ]; then ${config.banner}; fi
    ''';
  };
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@algernon
Comment options

Answer selected by algernon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #36 on November 12, 2023 14:15.