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