From 102f9a5608cbb7b5553cd0d1862b6bd8e40c8075 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 11 May 2025 00:43:32 +0200 Subject: refractored neovim config --- powershell/Microsoft.PowerShell_profile.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'powershell') 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} -- cgit v1.2.3