New command newfile
This commit is contained in:
parent
1213b5a161
commit
563e261228
|
@ -81,8 +81,10 @@ with lib;
|
||||||
description = "Search with ripgrep and put results into the editor";
|
description = "Search with ripgrep and put results into the editor";
|
||||||
};
|
};
|
||||||
echo-today = "date +%F";
|
echo-today = "date +%F";
|
||||||
|
newfile = "mkdir -p (dirname $argv[-1]) && touch $argv";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
tide = {
|
tide = {
|
||||||
nix-shell.enable = true;
|
nix-shell.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue