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