From d1eb1353f5e224bcfcffef7dbaf7fbe85ba3c154 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:17:55 +0200 Subject: [PATCH] tmp buffer & fix notes Former-commit-id: 63919042873cb77d3494e2b5f264022e162999de --- home/programs/shell/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 7b28512..195cd8b 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -104,8 +104,9 @@ in { wireguard-import = "nmcli connection import type wireguard file"; notes = - "nvim ~/nextcloud/notes/index.md --cmd 'cd ~/nextcloud/notes' -c ':Telescope find_files'"; + "nvim ~/nextcloud/notes/index.md --cmd 'cd ~/nextcloud/notes' -c ':lua Snacks.picker.smart()'"; note = "notes"; + tmp = "nvim /tmp/$(date | sed 's/ //g;s/\\.//g').md"; nix-shell = "nix-shell --command zsh";