mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-08-09 18:43:23 +01:00
Update nushell config
This commit is contained in:
@@ -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 [] {
|
||||
|
||||
Reference in New Issue
Block a user