Skip to content

Commit 64f96bf

Browse files
[PR] dylanaraps/neofetch#2077 from mschrage - feat: add support for Fig
Upstream PR: dylanaraps/neofetch#2077 Thanks to @mschrage Co-authored-by: Matt Schrage <matthewschrage@gmail.com>
2 parents 6086ea7 + 9d1251b commit 64f96bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neofetch

+2
Original file line numberDiff line numberDiff line change
@@ -3438,6 +3438,8 @@ get_term() {
34383438
esac
34393439
done
34403440

3441+
[[ $FIG_TERM == "1" ]] && term="$term + Fig"
3442+
34413443
# Log that the function was run.
34423444
term_run=1
34433445
}

0 commit comments

Comments
 (0)