[PR] dylanaraps/neofetch#2077 from mschrage - feat: add support for Fig
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2077 Thanks to @mschrage Co-authored-by: Matt Schrage <matthewschrage@gmail.com>
This commit is contained in:
commit
64f96bfbec
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -3438,6 +3438,8 @@ get_term() {
|
|||
esac
|
||||
done
|
||||
|
||||
[[ $FIG_TERM == "1" ]] && term="$term + Fig"
|
||||
|
||||
# Log that the function was run.
|
||||
term_run=1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue