mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +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;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting # Disable greeting
|
||||
set PAGER # unset PAGER to make jj behave properly
|
||||
'';
|
||||
shellAbbrs = {
|
||||
flamegraph = "perf script | inferno-collapse-perf | inferno-flamegraph > out.svg && firefox out.svg";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue