diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 80e4c53..938d130 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -32,13 +32,11 @@ shellAliases = { cd = "z"; ls = "eza"; + jvl = "jq -C . | less -R"; mvi = "mv -t ~/Nextcloud/INBOX"; - sdb = "sdb-client"; 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)]))'"; # Server user/address aliases