mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 10:16:08 +00:00
Fixes powershell export
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
838527dbbb
commit
259114daa0
1 changed files with 1 additions and 1 deletions
|
|
@ -50,5 +50,5 @@ $null = New-Module {
|
|||
}
|
||||
|
||||
Set-PSReadlineKeyHandler -BriefDescription "A keybinding to open Navi Widget" -Chord Ctrl+g -ScriptBlock { Invoke-NaviWidget }
|
||||
Export-ModuleMember -Function @( Navi-Widget )
|
||||
Export-ModuleMember -Function @()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue