From 65bbf5411d8d3e30bffcc278ccace65c7e75c70c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 8 Mar 2022 21:00:24 -0600 Subject: Implement shell environments --- home/zshrc.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/zshrc.nix') diff --git a/home/zshrc.nix b/home/zshrc.nix index 68c3958..09b6e32 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -20,6 +20,10 @@ source $HOME/System/dot/git-aliases.zsh } + function shenv() { + nix shell 'system#shenvs.'"$1" + } + function xseli() { T=$(mktemp) $EDITOR -n $T -- cgit v1.2.3