minor tweaks

This commit is contained in:
eneller
2025-04-08 14:14:16 +02:00
parent aa61185828
commit 1fa5c6d319
5 changed files with 4 additions and 22 deletions

View File

@@ -14,6 +14,7 @@ alias xar="xarchiver"
alias g="git"
alias u="dict"
alias todo="rg -A 1 -B 1 '(TODO|FIXME|NOTE)'"
alias open="xdg-open"
# Add an "alert" alias for long running commands. Use like so: 'sleep 10; alert'