addet correct yazi alias creation
This commit is contained in:
parent
118bc0d1ed
commit
ae986bd4a5
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ _alias_() {
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
|
|
||||||
# ─< cli explorer >───────────────────────────────────────────────────────────────────────
|
# ─< cli explorer >───────────────────────────────────────────────────────────────────────
|
||||||
if command_exists "$HOME/.cargo/bin/yazi"; then
|
if command_exists yazi; then
|
||||||
echo_info "yazi is the explorer of choice"
|
echo_info "yazi is the explorer of choice"
|
||||||
alias lf="yazi || ya pack -i"
|
alias lf="yazi || ya pack -i"
|
||||||
elif command_exists ranger; then
|
elif command_exists ranger; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue