New command newfile
This commit is contained in:
parent
1213b5a161
commit
563e261228
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue