bash: remove aliases that i don't use

This commit is contained in:
2023-10-11 17:14:50 +03:00
parent 961ef2a324
commit 410fac3c71

View File

@@ -26,11 +26,8 @@ declare -A aliases=(
["lah"]="ls -lAh"
["la"]="ls -A"
["ll"]="ls -l"
["ed"]="$EDITOR"
["c"]="clear"
["pacman"]="pacman --color auto"
["yay"]="yay --color auto"
["q"]="exit"
["tree"]="tree -C"
# Tmux