Reverse all fzf lists by default

This commit is contained in:
Oliver Davies 2024-11-30 22:33:45 +00:00
parent e09de22f4b
commit 842ce007ff

View file

@ -3,4 +3,8 @@
enable = true;
enableZshIntegration = true;
};
home.sessionVariables = {
FZF_DEFAULT_OPTS = "--reverse";
};
}