From 4bbcd1a177cc231e83da1c205aecb8f841268417 Mon Sep 17 00:00:00 2001 From: Aleksandr Mezin Date: Fri, 12 Apr 2024 04:55:32 +0300 Subject: [PATCH] fix: move `chroma` into `functions` Make chroma functions load. Otherwise `chroma` isn't in `fpath`: zsh: chroma/-git.ch: function definition file not found Fixes https://github.com/z-shell/F-Sy-H/issues/41 --- {chroma => functions/chroma}/-alias.ch | 0 {chroma => functions/chroma}/-autoload.ch | 0 {chroma => functions/chroma}/-autorandr.ch | 0 {chroma => functions/chroma}/-awk.ch | 0 {chroma => functions/chroma}/-docker.ch | 0 {chroma => functions/chroma}/-example.ch | 0 {chroma => functions/chroma}/-fast-theme.ch | 0 {chroma => functions/chroma}/-fpath_peq.ch | 0 {chroma => functions/chroma}/-git.ch | 0 {chroma => functions/chroma}/-grep.ch | 0 {chroma => functions/chroma}/-hub.ch | 0 {chroma => functions/chroma}/-ionice.ch | 0 {chroma => functions/chroma}/-lab.ch | 0 {chroma => functions/chroma}/-make.ch | 0 {chroma => functions/chroma}/-nice.ch | 0 {chroma => functions/chroma}/-nmcli.ch | 0 {chroma => functions/chroma}/-node.ch | 0 {chroma => functions/chroma}/-ogit.ch | 0 {chroma => functions/chroma}/-perl.ch | 0 {chroma => functions/chroma}/-precommand.ch | 0 {chroma => functions/chroma}/-printf.ch | 0 {chroma => functions/chroma}/-ruby.ch | 0 {chroma => functions/chroma}/-scp.ch | 0 {chroma => functions/chroma}/-sh.ch | 0 {chroma => functions/chroma}/-source.ch | 0 {chroma => functions/chroma}/-ssh.ch | 0 {chroma => functions/chroma}/-subcommand.ch | 0 {chroma => functions/chroma}/-subversion.ch | 0 {chroma => functions/chroma}/-vim.ch | 0 {chroma => functions/chroma}/-whatis.ch | 0 {chroma => functions/chroma}/-which.ch | 0 {chroma => functions/chroma}/-zi.ch | 0 {chroma => functions/chroma}/main-chroma.ch | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename {chroma => functions/chroma}/-alias.ch (100%) rename {chroma => functions/chroma}/-autoload.ch (100%) rename {chroma => functions/chroma}/-autorandr.ch (100%) rename {chroma => functions/chroma}/-awk.ch (100%) rename {chroma => functions/chroma}/-docker.ch (100%) rename {chroma => functions/chroma}/-example.ch (100%) rename {chroma => functions/chroma}/-fast-theme.ch (100%) rename {chroma => functions/chroma}/-fpath_peq.ch (100%) rename {chroma => functions/chroma}/-git.ch (100%) rename {chroma => functions/chroma}/-grep.ch (100%) rename {chroma => functions/chroma}/-hub.ch (100%) rename {chroma => functions/chroma}/-ionice.ch (100%) rename {chroma => functions/chroma}/-lab.ch (100%) rename {chroma => functions/chroma}/-make.ch (100%) rename {chroma => functions/chroma}/-nice.ch (100%) rename {chroma => functions/chroma}/-nmcli.ch (100%) rename {chroma => functions/chroma}/-node.ch (100%) rename {chroma => functions/chroma}/-ogit.ch (100%) rename {chroma => functions/chroma}/-perl.ch (100%) rename {chroma => functions/chroma}/-precommand.ch (100%) rename {chroma => functions/chroma}/-printf.ch (100%) rename {chroma => functions/chroma}/-ruby.ch (100%) rename {chroma => functions/chroma}/-scp.ch (100%) rename {chroma => functions/chroma}/-sh.ch (100%) rename {chroma => functions/chroma}/-source.ch (100%) rename {chroma => functions/chroma}/-ssh.ch (100%) rename {chroma => functions/chroma}/-subcommand.ch (100%) rename {chroma => functions/chroma}/-subversion.ch (100%) rename {chroma => functions/chroma}/-vim.ch (100%) rename {chroma => functions/chroma}/-whatis.ch (100%) rename {chroma => functions/chroma}/-which.ch (100%) rename {chroma => functions/chroma}/-zi.ch (100%) rename {chroma => functions/chroma}/main-chroma.ch (100%) diff --git a/chroma/-alias.ch b/functions/chroma/-alias.ch similarity index 100% rename from chroma/-alias.ch rename to functions/chroma/-alias.ch diff --git a/chroma/-autoload.ch b/functions/chroma/-autoload.ch similarity index 100% rename from chroma/-autoload.ch rename to functions/chroma/-autoload.ch diff --git a/chroma/-autorandr.ch b/functions/chroma/-autorandr.ch similarity index 100% rename from chroma/-autorandr.ch rename to functions/chroma/-autorandr.ch diff --git a/chroma/-awk.ch b/functions/chroma/-awk.ch similarity index 100% rename from chroma/-awk.ch rename to functions/chroma/-awk.ch diff --git a/chroma/-docker.ch b/functions/chroma/-docker.ch similarity index 100% rename from chroma/-docker.ch rename to functions/chroma/-docker.ch diff --git a/chroma/-example.ch b/functions/chroma/-example.ch similarity index 100% rename from chroma/-example.ch rename to functions/chroma/-example.ch diff --git a/chroma/-fast-theme.ch b/functions/chroma/-fast-theme.ch similarity index 100% rename from chroma/-fast-theme.ch rename to functions/chroma/-fast-theme.ch diff --git a/chroma/-fpath_peq.ch b/functions/chroma/-fpath_peq.ch similarity index 100% rename from chroma/-fpath_peq.ch rename to functions/chroma/-fpath_peq.ch diff --git a/chroma/-git.ch b/functions/chroma/-git.ch similarity index 100% rename from chroma/-git.ch rename to functions/chroma/-git.ch diff --git a/chroma/-grep.ch b/functions/chroma/-grep.ch similarity index 100% rename from chroma/-grep.ch rename to functions/chroma/-grep.ch diff --git a/chroma/-hub.ch b/functions/chroma/-hub.ch similarity index 100% rename from chroma/-hub.ch rename to functions/chroma/-hub.ch diff --git a/chroma/-ionice.ch b/functions/chroma/-ionice.ch similarity index 100% rename from chroma/-ionice.ch rename to functions/chroma/-ionice.ch diff --git a/chroma/-lab.ch b/functions/chroma/-lab.ch similarity index 100% rename from chroma/-lab.ch rename to functions/chroma/-lab.ch diff --git a/chroma/-make.ch b/functions/chroma/-make.ch similarity index 100% rename from chroma/-make.ch rename to functions/chroma/-make.ch diff --git a/chroma/-nice.ch b/functions/chroma/-nice.ch similarity index 100% rename from chroma/-nice.ch rename to functions/chroma/-nice.ch diff --git a/chroma/-nmcli.ch b/functions/chroma/-nmcli.ch similarity index 100% rename from chroma/-nmcli.ch rename to functions/chroma/-nmcli.ch diff --git a/chroma/-node.ch b/functions/chroma/-node.ch similarity index 100% rename from chroma/-node.ch rename to functions/chroma/-node.ch diff --git a/chroma/-ogit.ch b/functions/chroma/-ogit.ch similarity index 100% rename from chroma/-ogit.ch rename to functions/chroma/-ogit.ch diff --git a/chroma/-perl.ch b/functions/chroma/-perl.ch similarity index 100% rename from chroma/-perl.ch rename to functions/chroma/-perl.ch diff --git a/chroma/-precommand.ch b/functions/chroma/-precommand.ch similarity index 100% rename from chroma/-precommand.ch rename to functions/chroma/-precommand.ch diff --git a/chroma/-printf.ch b/functions/chroma/-printf.ch similarity index 100% rename from chroma/-printf.ch rename to functions/chroma/-printf.ch diff --git a/chroma/-ruby.ch b/functions/chroma/-ruby.ch similarity index 100% rename from chroma/-ruby.ch rename to functions/chroma/-ruby.ch diff --git a/chroma/-scp.ch b/functions/chroma/-scp.ch similarity index 100% rename from chroma/-scp.ch rename to functions/chroma/-scp.ch diff --git a/chroma/-sh.ch b/functions/chroma/-sh.ch similarity index 100% rename from chroma/-sh.ch rename to functions/chroma/-sh.ch diff --git a/chroma/-source.ch b/functions/chroma/-source.ch similarity index 100% rename from chroma/-source.ch rename to functions/chroma/-source.ch diff --git a/chroma/-ssh.ch b/functions/chroma/-ssh.ch similarity index 100% rename from chroma/-ssh.ch rename to functions/chroma/-ssh.ch diff --git a/chroma/-subcommand.ch b/functions/chroma/-subcommand.ch similarity index 100% rename from chroma/-subcommand.ch rename to functions/chroma/-subcommand.ch diff --git a/chroma/-subversion.ch b/functions/chroma/-subversion.ch similarity index 100% rename from chroma/-subversion.ch rename to functions/chroma/-subversion.ch diff --git a/chroma/-vim.ch b/functions/chroma/-vim.ch similarity index 100% rename from chroma/-vim.ch rename to functions/chroma/-vim.ch diff --git a/chroma/-whatis.ch b/functions/chroma/-whatis.ch similarity index 100% rename from chroma/-whatis.ch rename to functions/chroma/-whatis.ch diff --git a/chroma/-which.ch b/functions/chroma/-which.ch similarity index 100% rename from chroma/-which.ch rename to functions/chroma/-which.ch diff --git a/chroma/-zi.ch b/functions/chroma/-zi.ch similarity index 100% rename from chroma/-zi.ch rename to functions/chroma/-zi.ch diff --git a/chroma/main-chroma.ch b/functions/chroma/main-chroma.ch similarity index 100% rename from chroma/main-chroma.ch rename to functions/chroma/main-chroma.ch