diff options
| author | Anton Bobov <anton@bobov.name> | 2025-02-07 00:07:32 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-02-07 00:08:11 +0500 |
| commit | febca80e562c87cbc9919b709646f381a927ab15 (patch) | |
| tree | 24b55ac79a3b9f3d3783c2c640ef71d1323db4b7 | |
| parent | 98b37378529e4064994889bbc28fcfe40ad93cad (diff) | |
zsh: Add buku
| -rw-r--r-- | files/.zsh/rc/S40_completion | 1 | ||||
| -rw-r--r-- | files/.zsh/rc/S50_aliases | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/.zsh/rc/S40_completion b/files/.zsh/rc/S40_completion index bb8784d..5b5a245 100644 --- a/files/.zsh/rc/S40_completion +++ b/files/.zsh/rc/S40_completion @@ -78,6 +78,7 @@ __load_or_generate poetry "poetry completions zsh" __load_or_generate gmailctl "gmailctl completion zsh" __load_or_generate bat "bat --completion zsh" __load_or_generate git-absorb "git-absorb --gen-completions zsh" +__load_or_generate buku 'curl -sL "https://raw.githubusercontent.com/jarun/buku/refs/heads/master/auto-completion/zsh/_buku"' compdef fdfind=fd diff --git a/files/.zsh/rc/S50_aliases b/files/.zsh/rc/S50_aliases index 59aa653..21ef231 100644 --- a/files/.zsh/rc/S50_aliases +++ b/files/.zsh/rc/S50_aliases @@ -167,6 +167,7 @@ alias yd-date='yd --download-archive=download-archive.log --playlist-reverse --i alias yd-audio='yd --format bestaudio --embed-thumbnail --extract-audio --audio-format mp3' alias yd-cb='xsel -bo | xargs yt-dlp' alias yd-url='yd --flat-playlist --get-url' +is_command buku && alias b='buku --suggest' # }}} # Building tools and development {{{ |
