Added start-day alias; updated i3 startup scripts
This commit is contained in:
@@ -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)]))'";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user