mirror of
https://github.com/polybar/polybar.git
synced 2024-11-03 04:33:30 -05:00
6 lines
120 B
CMake
6 lines
120 B
CMake
#
|
|
# Bash completion template
|
|
#
|
|
install(FILES polybar
|
|
DESTINATION share/bash-completion/completions
|
|
COMPONENT tools)
|