home.nix: fix thefuck-alias

auto-flake-update
Yorick van Pelt 2021-05-30 11:20:35 +02:00
parent e534d9f383
commit ffac70810f
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ in {
nsp = "nix-shell -p";
};
initExtra = ''
source ${thefuck-alias "fish"}
source ${thefuck-alias "bash"}
eval "$(broot --print-shell-function bash)"
eval "$(starship init bash)"
'';