1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/contrib/bash/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
120 B
CMake

#
# Bash completion template
#
install(FILES polybar
DESTINATION share/bash-completion/completions
COMPONENT tools)