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";