PowerShell conf

This commit is contained in:
Martin Blazik
2020-09-10 20:13:25 +02:00
parent 8291bd2e22
commit b534cf3895

View File

@@ -3,3 +3,7 @@
Set-Alias ps Get-Process
Set-Alias kill Stop-Process
function uptime() {
((Get-Date) - (gcim Win32_OperatingSystem).LastBootUpTime)
}