Reverse all fzf lists by default
This commit is contained in:
parent
e09de22f4b
commit
842ce007ff
1 changed files with 4 additions and 0 deletions
|
@ -3,4 +3,8 @@
|
|||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
FZF_DEFAULT_OPTS = "--reverse";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue