From d428bb042cb08c557dbb9934575efcb354fa75c7 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sun, 11 Jan 2026 18:31:12 -0500 Subject: [PATCH] Updated some zsh aliases --- home/modules/zsh.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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