Skip to content

Commit

Permalink
Merge pull request #276 from unixorn/update-faq
Browse files Browse the repository at this point in the history
Update FAQ for p10k prompt complaints
  • Loading branch information
unixorn authored Sep 23, 2023
2 parents 619d816 + 2dc9723 commit 47a9838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_LINTERS: SPELL_CSPELL,MARKDOWN_MARKDOWN_LINK_CHECK
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL
REPOSITORY_CHECKOV_DISABLE_ERRORS: true

# Upload Mega-Linter artifacts.
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ When using Powerlevel10k with instant prompt, console output during zsh
initialization may indicate issues.
```

You can stifle this output by adding `typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet` in a fragment file in `~/.zshrc.d`.
You can stifle this output by adding `typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet` in a fragment file in `~/.zshrc.pre-plugins.d`.

### I added a new completion plugin, and it isn't working

Expand Down

0 comments on commit 47a9838

Please sign in to comment.