feat(gs/home): Add shell alias for graphvizzing

for work

Change-Id: Ib8a8928f8315823a34b653d3e3dff46d10f930e6
This commit is contained in:
Griffin Smith 2021-11-29 10:52:21 -05:00
parent e1e78f7abc
commit ac2fa80f75

View file

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