feat(shell): alias watch to hwatch if installed

This commit is contained in:
Jim Myhrberg
2024-11-28 19:37:47 +00:00
parent 2242bd9580
commit cc7d4a10d2

View File

@@ -49,6 +49,7 @@ fi
# hwatch
if command-exists hwatch; then
alias wa="hwatch"
alias watch="hwatch"
fi
# Misc.