Skip to content

Commit 20c1706

Browse files
authored
Export Invoke-FzfPsReadlineHandler* thus lazy loading could be possible (#287)
1 parent 6c36c11 commit 20c1706

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

PSFzf.psd1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
# Functions to export from this module
6969
FunctionsToExport = @(
7070
'Enable-PsFzfAliases',
71+
'Invoke-FzfPsReadlineHandlerProvider',
72+
'Invoke-FzfPsReadlineHandlerHistory',
73+
'Invoke-FzfPsReadlineHandlerSetLocation',
74+
'Invoke-FzfPsReadlineHandlerHistoryArgs',
7175
'Invoke-FuzzyEdit',
7276
'Invoke-FuzzyFasd',
7377
'Invoke-FuzzyGitStatus',

0 commit comments

Comments
 (0)