Added open alias to zsh config

This commit is contained in:
Random936 2025-04-02 10:28:51 -07:00
parent 592eb51302
commit a92f187706

View File

@ -30,6 +30,7 @@
shellAliases = {
cd = "z";
ls = "eza";
open = "xdg-open";
histogram = "awkuniq -c | sort -nr";
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)]))'";