feat(gs/home): Add shell alias for graphvizzing
for work Change-Id: Ib8a8928f8315823a34b653d3e3dff46d10f930e6
This commit is contained in:
parent
e1e78f7abc
commit
ac2fa80f75
1 changed files with 4 additions and 0 deletions
|
@ -70,4 +70,8 @@ in
|
||||||
|
|
||||||
xdg.mimeApps.defaultApplications."x-scheme-handler/tg" =
|
xdg.mimeApps.defaultApplications."x-scheme-handler/tg" =
|
||||||
"telegramdesktop.desktop";
|
"telegramdesktop.desktop";
|
||||||
|
|
||||||
|
programs.zsh.shellAliases = {
|
||||||
|
"graph" = "curl -s localhost:6033/graph | dot -Tpng | feh -";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue