Add flamegraph abbr

This commit is contained in:
nora 2023-09-23 16:10:32 +02:00
parent e7ddb37a62
commit d62f81755f

View file

@ -47,6 +47,9 @@ in
interactiveShellInit = ''
set fish_greeting # Disable greeting
'';
shellAbbrs = {
flamegraph = "perf script | inferno-collapse-perf | inferno-flamegraph > out.svg && firefox out.svg";
};
};
# Nicely reload system units when changing configs