chore: disable devshell motd

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-08 08:46:10 +01:00
parent ca027119d6
commit a3fb1272c8
No known key found for this signature in database
GPG Key ID: D49016E76AD1E8C0
2 changed files with 3 additions and 0 deletions

2
.env Normal file
View File

@ -0,0 +1,2 @@
# disable spitting out the menu everytime direnv reloads
DEVSHELL_NO_MOTD=1

1
.envrc
View File

@ -1,3 +1,4 @@
dotenv
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
fi