Add fish and rmtrash configurations
This commit is contained in:
10
home/shell/rmtrash.nix
Normal file
10
home/shell/rmtrash.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rmtrash
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
rm = "rmtrash";
|
||||
rmdir = "rmdirtrash";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user