From ffac70810f0ef9c87318d7b8ac5a436aadbfbfb2 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sun, 30 May 2021 11:20:35 +0200 Subject: [PATCH] home.nix: fix thefuck-alias --- nix/.config/nixpkgs/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/.config/nixpkgs/home.nix b/nix/.config/nixpkgs/home.nix index f0d53a5..81e7a8f 100644 --- a/nix/.config/nixpkgs/home.nix +++ b/nix/.config/nixpkgs/home.nix @@ -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)" '';