Add fish and rmtrash to shell imports

This commit is contained in:
panotaka
2023-11-27 10:25:33 -04:00
parent f414f2d56b
commit 646ace831e

View File

@@ -3,6 +3,7 @@
imports = [
./nushell
./zsh
./fish
./common.nix
./starship.nix
./git.nix
@@ -12,6 +13,7 @@
./bat.nix
./direnv.nix
./tldr.nix
./rmtrash.nix
];
}