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