addet correct yazi alias creation

This commit is contained in:
pika 2025-03-10 08:36:44 +01:00
parent 118bc0d1ed
commit ae986bd4a5

View file

@ -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