PowerShell conf
This commit is contained in:
@@ -3,3 +3,7 @@
|
||||
Set-Alias ps Get-Process
|
||||
Set-Alias kill Stop-Process
|
||||
|
||||
function uptime() {
|
||||
((Get-Date) - (gcim Win32_OperatingSystem).LastBootUpTime)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user