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
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue