carbon-core-system

Integration repository for versioned configuration and software on Carbon
git clone https://ccx.te2000.cz/git/carbon-core-system
Log | Files | Refs | Submodules

commit 915b924d3feecf44c6850e56158b76fc35c0b540
parent 8d9eedc24d4f219415b8f8c113589ffb3e345498
Author: ccx <root@dorje.wpr.cz>
Date:   Fri, 18 Feb 2022 18:47:11 +0100

Symlink zsh-functions from bzr directories

Diffstat:
Minstall | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/install b/install @@ -98,9 +98,17 @@ install_dot() { for cmd in init/{command,bin}/*(N); do s6-ln -s ../$cmd ./command/ || exit $? done + for cmd in bzr/*/{command,bin,sbin}/*(N); do s6-ln -s ../$cmd ./command/ || exit $? done + + mkdir -p zsh-functions + local fun + for fun in bzr/*/zsh-functions/*(N); do + s6-ln -s ../$fun ./zsh-functions/ || exit $? + done + } install_submodule() {