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