From ed5eec232160bfab6b44b4ecef6ba01ae5725392 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Thu, 21 Sep 2023 11:23:58 -0700 Subject: [PATCH] added handy alias for editing nix configuration --- modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zsh.nix b/modules/zsh.nix index 4fd8de6..e5eb35f 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -40,6 +40,7 @@ in ls = "eza"; gust = "/home/nixolas/Documents/Gust/target/debug/gust"; rm = "rmtrash"; + open-config = "cd ~/Documents/nicks-nix-config; nvim"; }; };