1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/contrib/zsh/CMakeLists.txt
patrick96 01b326c10f move shell completion to contrib folder
Now the doc folder is exclusively for documentation
2019-04-24 08:11:27 +02:00

6 lines
124 B
CMake

#
# Zsh completion template
#
install(FILES _polybar _polybar_msg
DESTINATION share/zsh/site-functions
COMPONENT tools)