diff --git a/shell/navi.plugin.ps1 b/shell/navi.plugin.ps1 index dd63c64..3983898 100644 --- a/shell/navi.plugin.ps1 +++ b/shell/navi.plugin.ps1 @@ -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 @() }