Reverse all fzf lists by default
This commit is contained in:
parent
e09de22f4b
commit
842ce007ff
|
@ -3,4 +3,8 @@
|
|||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
FZF_DEFAULT_OPTS = "--reverse";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue