add alias for yazi

This commit is contained in:
2025-07-25 16:17:51 +03:00
parent 0db61ad877
commit 5b028522a6

View File

@@ -37,6 +37,7 @@ declare -A aliases=(
["pacman"]="pacman --color auto" ["pacman"]="pacman --color auto"
["yay"]="yay --color auto" ["yay"]="yay --color auto"
["tree"]="tree -C" ["tree"]="tree -C"
["y"]="yazi"
# Tmux # Tmux
["t"]="tmux" ["t"]="tmux"