addet automatic yazi pack installation

This commit is contained in:
pika 2024-11-10 14:14:54 +01:00
parent 5c997c1cec
commit 30b8e04805

2
.zshrc
View file

@ -224,7 +224,7 @@ _alias(){
# ─< cli explorer >─────────────────────────────────────────────────────────────────────── # ─< cli explorer >───────────────────────────────────────────────────────────────────────
if command_exists yazi; then if command_exists yazi; then
echo_info "yazi is the explorer of choise" echo_info "yazi is the explorer of choise"
alias lf="yazi" alias lf="yazi || ya pack -i"
elif command_exists ranger; then elif command_exists ranger; then
echo_info "ranger is the explorer of choise" echo_info "ranger is the explorer of choise"
alias lf="ranger" alias lf="ranger"