feat: add thefuck to bashrc
This commit is contained in:
parent
2099f547de
commit
e7932bd12b
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue