From 32a3e259764febf0aef5ac14a0eec44874bbb21d Mon Sep 17 00:00:00 2001 From: Atif Chowdhury Date: Thu, 5 Sep 2024 10:31:08 +0600 Subject: [PATCH] zsh completion: add file completion for `--logo` --- completions/fastfetch.zsh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/completions/fastfetch.zsh b/completions/fastfetch.zsh index a6ce69279..196e36f86 100644 --- a/completions/fastfetch.zsh +++ b/completions/fastfetch.zsh @@ -4,7 +4,7 @@ function _fastfetch() { local state local -a opts=("${(f)$( - python3 <