~enan/dotfiles

0cf8769e44b459c4586661e5d433d12aca483113 — Enan Ajmain 1 year, 10 months ago 2583028
pwsh: +func custom Get-Process
1 files changed, 7 insertions(+), 0 deletions(-)

M PowerShell/Microsoft.PowerShell_profile.ps1
M PowerShell/Microsoft.PowerShell_profile.ps1 => PowerShell/Microsoft.PowerShell_profile.ps1 +7 -0
@@ 143,6 143,13 @@ function cmaked { cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Deb

function Licensify { curl -s -S https://www.gnu.org/licenses/gpl-3.0.txt > COPYING }

function Get-Process-Custom
{
  param ([string]$ProcName)
  Get-Process $ProcName | Select Id, Name, Commandline
}
Set-Alias -Name ps -Value Get-Process-Custom

Function Launch-VsDevShell
{
  [Environment]::SetEnvironmentVariable(