From 00ceeb05aec94537c5f1b649d770e43ac42178f8 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 19 Aug 2021 17:33:04 +1000 Subject: [PATCH] Handle bash history in direnv config. --- guix-env.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-env.scm b/guix-env.scm index d77cc5a3..1103d8d4 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -59,7 +59,7 @@ ;;; "direnv" an then create a ".envrc" file in your current directory containing ;;; the following and then run "direnv allow" when prompted: ;;; -;;; use guix -l guix-env.scm +;;; use guix -l guix-env.scm --container --network --share=$HOME/.bash_history ;;; ;;; First time setup only, run: ;;;