Skip to content

Commit

Permalink
show the name of the env file
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Jun 30, 2024
1 parent aadfd83 commit 2fb09d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nu-hooks/nu-hooks/nuenv/hook.nu
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export def setup []: [ nothing -> record<condition: closure, code: string> ] {
}
}
print $'[\(ansi yellow_bold\)nu-hooks nuenv\(ansi reset\)] loading env file'
print $'[\(ansi yellow_bold\)nu-hooks nuenv\(ansi reset\)] loading env file \(ansi purple\).env.nu\(ansi reset\)'
source .env.nu
"
}
Expand Down

0 comments on commit 2fb09d4

Please sign in to comment.