diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 31b9521..2d2c604 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -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)]))'";