Skip to content

Commit

Permalink
fix faulty ENVIRONMENT_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
fgoncalves committed Apr 2, 2024
1 parent 706923f commit da820b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/shared/globals.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DEFAULT_ENV = "lipe"
ENVIRONMENT_FILE = ".environment"
ENVIRONMENT_FILE = os.getenv("HOME") .. "/.config/nvim/.environment"

0 comments on commit da820b4

Please sign in to comment.