mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-04-03 02:12:45 +01: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