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";
|
||||
};
|
||||
echo-today = "date +%F";
|
||||
newfile = "mkdir -p (dirname $argv[-1]) && touch $argv";
|
||||
};
|
||||
|
||||
|
||||
tide = {
|
||||
nix-shell.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue