mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(shell): alias watch to hwatch if installed
This commit is contained in:
@@ -49,6 +49,7 @@ fi
|
|||||||
# hwatch
|
# hwatch
|
||||||
if command-exists hwatch; then
|
if command-exists hwatch; then
|
||||||
alias wa="hwatch"
|
alias wa="hwatch"
|
||||||
|
alias watch="hwatch"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Misc.
|
# Misc.
|
||||||
|
|||||||
Reference in New Issue
Block a user