readd devlog alias using helix

This commit is contained in:
Matthew Ryan Dillon 2024-01-10 15:13:17 -05:00
parent e01e420f4d
commit 678469a557

View file

@ -60,6 +60,7 @@ for fp in $srcs; do
done
alias i="ipython3"
alias devlog="cd ~/projects/personal/devlog && hx logs/$(date '+%Y-%m-%d').gmi && cd -"
{{ if eq .chezmoi.hostname "rattusrattus" -}}
alias colima_start="colima start --memory 8 --vm-type vz --mount-type virtiofs --dns 8.8.8.8 --dns 8.8.4.4"