diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index e940642..43e20bd 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -54,7 +54,7 @@ in { obsidian-no-gpu = "env ELECTRON_OZONE_PLATFORM_HINT=auto obsidian --ozone-platform=x11"; wireguard-import = "nmcli connection import type wireguard file"; - notes = "nvim ~/nextcloud/notes/index.md --cmd 'cd ~/nextcloud/notes' -c ':lua Snacks.picker.smart()'"; + notes = "nvim ~/notes/index.md --cmd 'cd ~/notes' -c ':lua Snacks.picker.smart()'"; note = "notes"; tmp = "nvim /tmp/$(date | sed 's/ //g;s/\\.//g').md";