mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-05 11:00:48 +00:00
commit
de10710c32
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ if [ "$TERM" = "xterm-kitty" ]; then
|
||||||
jp2a --height="$height" "$tmpfile.jpg" > "$tmpfile"
|
jp2a --height="$height" "$tmpfile.jpg" > "$tmpfile"
|
||||||
neofetch --source "$tmpfile"
|
neofetch --source "$tmpfile"
|
||||||
fi
|
fi
|
||||||
|
elif [ "$LC_TERMINAL" = "iTerm2" ]; then
|
||||||
|
neofetch --iterm2 "$tmpfile.jpg"
|
||||||
else
|
else
|
||||||
jp2a --height="$height" "$tmpfile.jpg" > "$tmpfile"
|
jp2a --height="$height" "$tmpfile.jpg" > "$tmpfile"
|
||||||
neofetch --source "$tmpfile"
|
neofetch --source "$tmpfile"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue