mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-01 06:36:31 +00:00
3 lines
197 B
Fish
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%)"
|