From 30b8e048052b7b3bd8c8d84bf9cb40289107fffb Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 10 Nov 2024 14:14:54 +0100 Subject: [PATCH] addet automatic yazi pack installation --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1882427..27b1ac4 100644 --- a/.zshrc +++ b/.zshrc @@ -224,7 +224,7 @@ _alias(){ # ─< cli explorer >─────────────────────────────────────────────────────────────────────── if command_exists yazi; then echo_info "yazi is the explorer of choise" - alias lf="yazi" + alias lf="yazi || ya pack -i" elif command_exists ranger; then echo_info "ranger is the explorer of choise" alias lf="ranger"