From 6816dc833f5058b4003b5fd48595ea3e605e47cb Mon Sep 17 00:00:00 2001 From: Random936 Date: Fri, 11 Apr 2025 19:48:46 -0700 Subject: [PATCH] Added sdb-client alias --- home/modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 2d2c604..808e7f0 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -30,6 +30,7 @@ shellAliases = { cd = "z"; ls = "eza"; + sdb = "sdb-client"; open = "xdg-open"; histogram = "awkuniq -c | sort -nr"; json-less = "jq -C . | less -R";