From 2febc7a2038b6660ffbee1272642ea0ad3b1cfa3 Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Thu, 29 Jun 2023 00:43:40 -0400 Subject: [PATCH] chore: add temporary alias while finishing neovim flake --- modules/shell/zsh/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/shell/zsh/home.nix b/modules/shell/zsh/home.nix index e0bbf1a..0ef3db1 100644 --- a/modules/shell/zsh/home.nix +++ b/modules/shell/zsh/home.nix @@ -51,6 +51,8 @@ clock = "sudo ntpd -gq"; octal = "stat -c '%a %n'"; + v = "nix run ~/Projects/nvim-flake --"; + }; zplug = {