oh-my-fish/plugins/theme/completions/theme.fish
2015-02-19 19:56:12 -02:00

5 lines
198 B
Fish

# Add completions when the theme is loaded. Thanks Bruno!
complete --command (basename -s.fish (status -f)) \
--arguments "(basename (theme.util.get.themes))" \
--description "Oh-my-fish theme"