From ac2fa80f75e89acbdf106af33affa5b3c3551b25 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 29 Nov 2021 10:52:21 -0500 Subject: feat(gs/home): Add shell alias for graphvizzing for work Change-Id: Ib8a8928f8315823a34b653d3e3dff46d10f930e6 --- users/grfn/system/home/machines/yeren.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/grfn/system/home/machines/yeren.nix b/users/grfn/system/home/machines/yeren.nix index 5431b8ebc5..0c89e9d123 100644 --- a/users/grfn/system/home/machines/yeren.nix +++ b/users/grfn/system/home/machines/yeren.nix @@ -70,4 +70,8 @@ in xdg.mimeApps.defaultApplications."x-scheme-handler/tg" = "telegramdesktop.desktop"; + + programs.zsh.shellAliases = { + "graph" = "curl -s localhost:6033/graph | dot -Tpng | feh -"; + }; } -- cgit 1.4.1