diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-06 04:20:11 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-06 04:20:11 +0300 |
| commit | 0671dc134a9e122ce2c0348f3f4deeb2d274d524 (patch) | |
| tree | f9bb88f626c1d68be98216e32b3e02f08701dac3 /handlers/inline.zsh | |
| parent | 1e79ebd5f9a288563c8bb25acacd37bd55abc2d4 (diff) | |
*/*: Rename agents to operators for alphabetical order
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'handlers/inline.zsh')
| -rw-r--r-- | handlers/inline.zsh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/handlers/inline.zsh b/handlers/inline.zsh index 8f025b7..79bfaa7 100644 --- a/handlers/inline.zsh +++ b/handlers/inline.zsh @@ -23,30 +23,30 @@ if [[ -n "${command}" ]] then shift else - source "${agents}/inline_none.zsh" + source "${operators}/inline_none.zsh" fi case "${command}" in ("donate") - source "${agents}/inline_donate.zsh" + source "${operators}/inline_donate.zsh" ;; ("help") - source "${agents}/inline_help.zsh" + source "${operators}/inline_help.zsh" ;; ("original") - source "${agents}/inline_original.zsh" + source "${operators}/inline_original.zsh" ;; ("post") - source "${agents}/inline_post.zsh" + source "${operators}/inline_post.zsh" ;; ("short") - source "${agents}/inline_short.zsh" + source "${operators}/inline_short.zsh" ;; ("shorts" | s) - source "${agents}/inline_shorts.zsh" + source "${operators}/inline_shorts.zsh" ;; (*) - source "${agents}/inline_search.zsh" + source "${operators}/inline_search.zsh" ;; esac |
