thefuck: Added

Mostly as an experiment for now.
This commit is contained in:
Geoffrey Frogeye 2024-01-26 18:38:11 +01:00
parent ffd871299b
commit 85cd61d206
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -58,6 +58,11 @@
newestFile = ''${pkgs.findutils}/bin/find -type f -printf '%T+ %p\n' | sort | tail'';
oldestFile = ''${pkgs.findutils}/bin/find -type f -printf '%T+ %p\n' | sort | head'';
};
thefuck = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
lsd = {
enable = true;
settings = {