diff --git a/home/fish/fish.nix b/home/fish/fish.nix index c3e7c86..454cd77 100644 --- a/home/fish/fish.nix +++ b/home/fish/fish.nix @@ -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; };