From 3d1e279a2989341ed823a7bafb371ded0ecb5763 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 31 May 2025 16:24:41 -0400 Subject: [PATCH] 405 current 2025-05-31 16:24:17 25.05.20250424.f771eb4 6.12.24 * --- home/home.nix | 2 ++ home/programs/zsh/zshrc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/home/home.nix b/home/home.nix index 1df649d..b5d8f3a 100644 --- a/home/home.nix +++ b/home/home.nix @@ -53,6 +53,7 @@ in { home.sessionVariables = { EDITOR = "nvim"; + SHELL = "zsh"; HOME = "/home/synchronous"; XDG_CACHE_HOME = "$HOME/.cache"; DBUS_SESSION_BUS_ADDRESS = "unix:path=$XDG_RUNTIME_DIR/bus"; @@ -85,6 +86,7 @@ in { go calibre gcc + vscode # security aflplusplus diff --git a/home/programs/zsh/zshrc b/home/programs/zsh/zshrc index bf546df..e7451ca 100644 --- a/home/programs/zsh/zshrc +++ b/home/programs/zsh/zshrc @@ -195,6 +195,8 @@ alias sxhkdrc="nvim /home/synchronous/nix-cfg/home/programs/sxhkd/sxhkdrc" alias programs="cd /home/synchronous/nix-cfg/home/programs" alias home-cfg="nvim /home/synchronous/nix-cfg/home/home.nix" alias nix-shell="nix-shell --run zsh" +alias nix-snippets="echo 'flake-devshell, nix-default'" +alias snippets="cd /home/synchronous/.config/nvim/snippets" alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"