Add flamegraph abbr

This commit is contained in:
nora 2023-09-23 16:10:32 +02:00
parent 6d9c7e2da4
commit 70247a3828

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