Do not generate false color uvars if value is not previously set.

pull/445/head
Jorge Bucaran 9 years ago
parent 81966bb8fc
commit 40b6d295d9
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -1466,6 +1466,9 @@ end
function __fisher_restore_fish_colors function __fisher_restore_fish_colors
command awk ' command awk '
$0 == "" {
next
}
NR == 1 { NR == 1 {
print("set -U fish_color_normal " $0) print("set -U fish_color_normal " $0)
} }

Loading…
Cancel
Save