From bbed0aceb72431bf98e0f4d9b4dafefd20d92da9 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 3 Mar 2024 02:25:24 +0000 Subject: [PATCH] home: add alias --- home/profile/base.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/profile/base.nix b/home/profile/base.nix index d10f221..9d057d5 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -17,6 +17,9 @@ in nixfiles.programs.comma.enable = true; # TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works + home.shellAliases = { + v = "nvim"; + }; programs.fzf.enable = true; programs.fzf.enableZshIntegration = true; programs.zsh = {