mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
Updated prompt for changed flag
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
def get_env [s: string] {
|
||||
try { $env | get --ignore-errors $s } catch { "" }
|
||||
try { $env | get --optional $s } catch { "" }
|
||||
}
|
||||
|
||||
export def was_successful [] {
|
||||
|
||||
Reference in New Issue
Block a user