Commit envrc

This commit is contained in:
Adam Mohammed
2024-11-13 09:58:14 -05:00
parent c2d17c2188
commit 7f7a006a82
2 changed files with 5 additions and 0 deletions

4
.envrc Normal file
View File

@@ -0,0 +1,4 @@
eval $(guix shell --search-paths)
export GEM_HOME=$PWD/.gems
export GEM_PATH=$GEM_HOME/gems
export PATH=$GEM_HOME/bin:$PATH

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@
# Ignore all environment files (except templates). # Ignore all environment files (except templates).
/.env* /.env*
!/.env*.erb !/.env*.erb
!/.envrc
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/* /log/*