1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-01 04:33:51 +00:00

3 lines
197 B
Fish
Raw Normal View History

# 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%)"