Added some more basic zsh aliases

This commit is contained in:
Random936 2025-04-29 20:33:28 -07:00
parent e2f68e690d
commit 46836579f2

View File

@ -30,8 +30,10 @@
shellAliases = { shellAliases = {
cd = "z"; cd = "z";
ls = "eza"; ls = "eza";
mvi = "mv -t ~/Nextcloud/INBOX";
sdb = "sdb-client"; sdb = "sdb-client";
open = "xdg-open"; open = "xdg-open";
reload = "source ~/.zshrc";
histogram = "awkuniq -c | sort -nr"; histogram = "awkuniq -c | sort -nr";
json-less = "jq -C . | less -R"; 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)]))'"; csv2json = "python -c 'import csv, json, sys; print(json.dumps([dict(r) for r in csv.DictReader(sys.stdin)]))'";