feat(tools): move over a few more tools to be managed by mise

This commit is contained in:
2024-05-09 03:17:27 +01:00
parent 3201add496
commit 698860e72c
3 changed files with 13 additions and 4 deletions

View File

@@ -46,6 +46,11 @@ if command-exists flutter; then
alias fl="flutter"
fi
# hwatch
if command-exists hwatch; then
alias wa="hwatch"
fi
# Misc.
alias weechat="TERM=screen-256color weechat-curses"
alias slashdot="ab -kc 50 -t 300"