Clear Powershell History
// Name: Clear Powershell History// Description: Clear powershell history file on windows// Author: Ricardo Gonçalves Bassete import "@johnlindquist/kit" const filePath = home('AppData', 'Roaming', 'Microsoft', 'Windows', 'PowerShell', 'PSReadline', 'ConsoleHost_history.txt') writeFile(filePath, '')