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"