From bddac928ac5db6ba0b8bbcdc8a43b699e7353ff2 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 21 Feb 2016 13:19:39 +1100 Subject: [PATCH] Misc changes --- fetch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fetch b/fetch index c3724188..86260060 100755 --- a/fetch +++ b/fetch @@ -34,8 +34,6 @@ export LANG=C # See this wiki page for more info: # https://github.com/dylanaraps/fetch/wiki/Customizing-Info printinfo () { - info linebreak - info title info underline @@ -1806,9 +1804,9 @@ getimage () { # Get terminal width and height if [ -n "$TMUX" ]; then - printf "%b\033Ptmux;\033\033[14t\033\\" + printf "%b%s" "\033Ptmux;\033\033[14t\033\\" else - printf "%b%s" '\033[14t' + printf "%b%s" "\033[14t" fi # The ascape code above prints the output AFTER the prompt so this