diff options
Diffstat (limited to 'powershell/Microsoft.PowerShell_profile.ps1')
-rw-r--r-- | powershell/Microsoft.PowerShell_profile.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/powershell/Microsoft.PowerShell_profile.ps1 b/powershell/Microsoft.PowerShell_profile.ps1 index e9a1b38..676fc91 100644 --- a/powershell/Microsoft.PowerShell_profile.ps1 +++ b/powershell/Microsoft.PowerShell_profile.ps1 @@ -160,6 +160,7 @@ function lsr { #Alias Programs
function i {ipython}
+function j {z "$args"}
function pidof {Get-Process -Name $args}
function which {Get-Command $args}
function lsblk {Get-PSDrive}
|