Added start-day alias; updated i3 startup scripts

This commit is contained in:
Random936
2025-04-30 18:06:38 -07:00
parent 46836579f2
commit 1d6d7c9d07
4 changed files with 6 additions and 6 deletions

View File

@@ -35,6 +35,7 @@
open = "xdg-open";
reload = "source ~/.zshrc";
histogram = "awkuniq -c | sort -nr";
start-day = "emacsclient -c -n -e '(jm/org-roam-capture-today)'";
json-less = "jq -C . | less -R";
csv2json = "python -c 'import csv, json, sys; print(json.dumps([dict(r) for r in csv.DictReader(sys.stdin)]))'";