mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-02 22:13:47 +08:00
5 lines
198 B
Fish
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"
|