removed mcd.nix script and added it as a function to zshell.nix
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{
|
||||
self,
|
||||
pkgs,
|
||||
}:
|
||||
pkgs.writeShellScriptBin "mcd" ''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
|
||||
mkdir -p "$1"
|
||||
cd "$1" || exit
|
||||
''
|
||||
@@ -24,10 +24,6 @@
|
||||
self = self;
|
||||
pkgs = pkgs;
|
||||
};
|
||||
mcd = import ./commands/mcd.nix {
|
||||
self = self;
|
||||
pkgs = pkgs;
|
||||
};
|
||||
garbage-collect = import ./nix/garbage-collect.nix {
|
||||
self = self;
|
||||
pkgs = pkgs;
|
||||
@@ -61,7 +57,6 @@ in {
|
||||
keyring
|
||||
garbage-collect
|
||||
invoke
|
||||
mcd
|
||||
rebuild
|
||||
nsp
|
||||
runbg
|
||||
|
||||
Reference in New Issue
Block a user