Skip to content

Commit

Permalink
maint: update zunit and revolver recipes
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed May 5, 2022
1 parent 02ebd81 commit f074838
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions zsh/.config/zsh/zinit.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,14 @@ zi make'PREFIX=$PWD install' nocompile for \
lbin'!**/tree' Old-Man-Programmer/tree \
lbin'!**/zsd' $ZI_REPO/zshelldoc
#=== TESTING ==========================================
zi as'program' for \
lbin'!revolver' mv'*completion -> _revolver' molovo/revolver \
atclone'./build.zsh' lbin'zunit' mv'*completion -> _zunit' zunit-zsh/zunit
zi lucid for \
lbin'!revolver' \
mv'*completion -> _revolver' \
molovo/revolver \
atclone'zsh build.zsh' \
lbin'!zunit -> zunit' \
mv'*completion -> _zunit' \
$ZI_REPO/zunit
#=== PYTHON ===========================================[[[
function _pip_completion {
local words cword; read -Ac words; read -cn cword
Expand Down

0 comments on commit f074838

Please sign in to comment.