From 70459117edab01894f4e85993548f03be25a07fe Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:16:50 +0200 Subject: [PATCH] Update --- home/programs/shell/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 634575a..1fbf45b 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -51,6 +51,7 @@ icat = "${pkgs.kitty}/bin/kitty +kitten icat"; note = "vim ~/nextcloud/Notes/index.md"; wireguard-import = "nmcli connection import type wireguard file"; + neorg = "cd ~/nextcloud/neorg && vim -c ':ZenMode' -c ':Telescope find_files' index.html"; # git ga = "git add";