Update nushell config

This commit is contained in:
2025-08-05 09:17:44 +01:00
parent d06f78bddf
commit 645baf78f4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
def get_env [s: string] {
try { $env | get --optional $s } catch { "" }
try { $env | get -o $s } catch { "" }
}
export def was_successful [] {