mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-26 10:35:06 +00:00
Misc changes
This commit is contained in:
6
fetch
6
fetch
@@ -34,8 +34,6 @@ export LANG=C
|
|||||||
# See this wiki page for more info:
|
# See this wiki page for more info:
|
||||||
# https://github.com/dylanaraps/fetch/wiki/Customizing-Info
|
# https://github.com/dylanaraps/fetch/wiki/Customizing-Info
|
||||||
printinfo () {
|
printinfo () {
|
||||||
info linebreak
|
|
||||||
|
|
||||||
info title
|
info title
|
||||||
info underline
|
info underline
|
||||||
|
|
||||||
@@ -1806,9 +1804,9 @@ getimage () {
|
|||||||
|
|
||||||
# Get terminal width and height
|
# Get terminal width and height
|
||||||
if [ -n "$TMUX" ]; then
|
if [ -n "$TMUX" ]; then
|
||||||
printf "%b\033Ptmux;\033\033[14t\033\\"
|
printf "%b%s" "\033Ptmux;\033\033[14t\033\\"
|
||||||
else
|
else
|
||||||
printf "%b%s" '\033[14t'
|
printf "%b%s" "\033[14t"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The ascape code above prints the output AFTER the prompt so this
|
# The ascape code above prints the output AFTER the prompt so this
|
||||||
|
|||||||
Reference in New Issue
Block a user