1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-14 18:16:21 +00:00
2017-11-28 18:48:44 -08:00

3 lines
197 B
Fish

# Use FZF to complete python modules rather than standard file completion
complete -c python -s m -a "(ag --py -g '' | sed -e 's/\//./g' -e 's/\(.__init__\)*.py\$//' | fzf --reverse --height 40%)"