feat: add support for Fig
This commit is contained in:
parent
ccd5d9f526
commit
9d1251bcf1
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -3346,6 +3346,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