Add some more alias stuff

This commit is contained in:
2025-04-02 16:07:49 -03:00
parent fd8ef13162
commit 17681ff33b
3 changed files with 10 additions and 4 deletions

View File

@ -42,6 +42,10 @@ fi
if hash hexyl 2>/dev/null; then
alias xxd="hexyl"
fi
if hash micro 2>/dev/null; then
alias edit="micro"
alias nano="micro"
fi
if hash xdg-open 2>/dev/null; then
alias start="xdg-open"
fi