Skip to content

Commit

Permalink
Guard codespace env
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Sep 11, 2023
1 parent d8e6922 commit 6152eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_config/nushell/login.nu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if $env.CODESPACES == "true" {
if $env.CODESPACES? == "true" {
let $TEA_FILE = ".tea.yaml"
let $PWD_TEA_PATH = ($env.PWD | path join $TEA_FILE)
let $HOME_TEA_PATH = ($env.HOME | path join $TEA_FILE)
Expand Down

0 comments on commit 6152eed

Please sign in to comment.