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";