diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index dd66a90..05c13b4 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -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"