Skip to content

Commit

Permalink
fish: properly split default entries
Browse files Browse the repository at this point in the history
  • Loading branch information
d3dave committed Jan 4, 2021
1 parent 92bb718 commit 4743289
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion functions/_enhancd_source_default.fish
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ function _enhancd_source_default
echo "$HOME"
return 0
end
string split '\n' (_enhancd_entry_git_root) (_enhancd_history_list) | _enhancd_filter_interactive

begin
_enhancd_entry_git_root
_enhancd_history_list
end | _enhancd_filter_interactive
end

0 comments on commit 4743289

Please sign in to comment.