diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-08-19 17:33:04 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-08-19 17:33:04 +1000 |
commit | 00ceeb05aec94537c5f1b649d770e43ac42178f8 (patch) | |
tree | 88cf68629ef25bc044c08a7ba40f7eade6a680d9 | |
parent | 606184dde1a7317fa917571bd8d38da89b0946ae (diff) | |
download | mediagoblin-00ceeb05aec94537c5f1b649d770e43ac42178f8.tar.lz mediagoblin-00ceeb05aec94537c5f1b649d770e43ac42178f8.tar.xz mediagoblin-00ceeb05aec94537c5f1b649d770e43ac42178f8.zip |
Handle bash history in direnv config.
-rw-r--r-- | guix-env.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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: ;;; |