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
|
||||
''
|
||||
Reference in New Issue
Block a user