Update PowerShell Profile
This commit is contained in:
parent
c87f4f6e10
commit
8dfa1c7a75
|
@ -1217,3 +1217,9 @@ function StopAllGitProcesses {
|
||||||
Stop-Process $p.Id
|
Stop-Process $p.Id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Uuid {
|
||||||
|
$id = $(New-Guid)
|
||||||
|
return $id -replace '-', ''
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue