From c918dac763848f2e5dc942bcfc87a868b2c60303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Fri, 8 Apr 2022 19:54:11 -0600 Subject: [PATCH] =?UTF-8?q?a=C3=B1ade=20comando=20use?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/zshrc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/zshrc.nix b/home/zshrc.nix index 7d5b516..b5fc31f 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -90,6 +90,10 @@ nix shell 'system#shenvs.'"$1" } + function use() { + nix shell "nixpkgs#$1" + } + function spawn () { if [ ! -x "$(command -v $1)" ] then