mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -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)
|