Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSPrompt
0.4.3
functions/components/NthCommandHeader.txt
#region code to execute every Nth command
#TODO:: remove hard-coded 5 and replace with user option
if ((Get-History -Count 1).ID % 5 -eq 0) {