feat: add thefuck to bashrc

This commit is contained in:
Mohammad Rafiq 2025-02-23 01:08:35 +08:00
parent 2099f547de
commit e7932bd12b

View file

@ -16,6 +16,7 @@
unzip
ripgrep
wl-clipboard
thefuck
];
home.sessionVariables = {
@ -49,6 +50,9 @@
shellAliases = {
l = "ls -l --human-readable --file-type --almost-all";
};
bashrcExtra = ''
eval $(thefuck --alias)
'';
};
wayland.windowManager.hyprland = {