fix bash interactive from fish

This commit is contained in:
Noah Masur 2023-06-01 22:54:25 -04:00
parent c052813f6d
commit bad49cb2c3

View File

@ -12,6 +12,7 @@
programs.fish = {
enable = true;
shellAliases = {
bash = "${pkgs.bashInteractive}/bin/bash";
ls = "exa";
trash = lib.mkIf pkgs.stdenv.isLinux "${pkgs.trash-cli}/bin/trash-put";
};