Disable truecolor on onefetch to blend in with palate
This commit is contained in:
parent
1bc18a6d01
commit
c593487240
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ check_directory_for_new_repository() {
|
||||||
|
|
||||||
if [ "$current_repository" ] && \
|
if [ "$current_repository" ] && \
|
||||||
[ "$current_repository" != "$last_repository" ]; then
|
[ "$current_repository" != "$last_repository" ]; then
|
||||||
onefetch
|
onefetch --true-color=never
|
||||||
fi
|
fi
|
||||||
last_repository=$current_repository
|
last_repository=$current_repository
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue