From ae986bd4a52d709bc005f97add3d5e01075634fe Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 10 Mar 2025 08:36:44 +0100 Subject: [PATCH] addet correct yazi alias creation --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index dab5460..05df361 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -147,7 +147,7 @@ _alias_() { alias lg="lazygit" # ─< cli explorer >─────────────────────────────────────────────────────────────────────── - if command_exists "$HOME/.cargo/bin/yazi"; then + if command_exists yazi; then echo_info "yazi is the explorer of choice" alias lf="yazi || ya pack -i" elif command_exists ranger; then