cmake: Install zsh compdef
This commit is contained in:
parent
e0688307f3
commit
b8545cbbd1
@ -2,6 +2,8 @@
|
||||
# Generate configuration file
|
||||
#
|
||||
|
||||
add_subdirectory(zsh)
|
||||
|
||||
set(MODULES_LEFT "bspwm i3 xwindow")
|
||||
set(MODULES_CENTER "")
|
||||
set(MODULES_RIGHT "backlight volume xkeyboard memory cpu wlan eth battery temperature date powermenu")
|
||||
|
7
doc/zsh/CMakeLists.txt
Normal file
7
doc/zsh/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# Zsh completion template
|
||||
#
|
||||
|
||||
install(FILES _polybar
|
||||
DESTINATION share/zsh/site-functions
|
||||
COMPONENT tools)
|
Loading…
Reference in New Issue
Block a user