mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
unset PAGER
thanks, jj
This commit is contained in:
parent
dc3a5d63ff
commit
2097784bac
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set fish_greeting # Disable greeting
|
set fish_greeting # Disable greeting
|
||||||
|
set PAGER # unset PAGER to make jj behave properly
|
||||||
'';
|
'';
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
flamegraph = "perf script | inferno-collapse-perf | inferno-flamegraph > out.svg && firefox out.svg";
|
flamegraph = "perf script | inferno-collapse-perf | inferno-flamegraph > out.svg && firefox out.svg";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue