Fix Bugs
This commit is contained in:
parent
7e176284a7
commit
4781f48e27
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1639,7 +1639,7 @@ get_term() {
|
|||
# Check $PPID for terminal emulator.
|
||||
while [[ -z "$term" ]]; do
|
||||
parent="$(get_ppid "$parent")"
|
||||
if [ "$parent" -lt 2 ]; then
|
||||
if [ "$parent" -lt 2 ]; then
|
||||
parent=1
|
||||
term="kernel shell on $(tty)"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue