aboutsummaryrefslogtreecommitdiff
path: root/scripts/addPoshVcpkgToPowershellProfile.ps1
AgeCommit message (Collapse)Author
2018-05-19Remove stray entriesAlexander Karatarakis
2018-05-15[vcpkg] Significantly reduce usage of powershell. Reduce console font ↵Alexander Karatarakis
switching bug
2018-01-23$script:MyInvocation.MyCommand.DefinitionAlexander Karatarakis
It works also in cases where scripts/functions are calling each other. Without the $script prefix, it would instead give you the calling function OR the path if there was no parent function. With the prefix, it always yields the directory of the script
2017-12-19[vcpkg-integrate-powershell] Fix $false bug. Fixes #2397.Robert Schumacher
2017-12-04Add `vcpkg integrate powershell` for tab completionAlexander Karatarakis