From 64dc5ecdb7074edb82f3b42aedc04f7fd25b9f05 Mon Sep 17 00:00:00 2001 From: Jonathan Krebs <iw18ejyg@math.fau.de> Date: Mon, 22 Jun 2015 13:20:07 +0200 Subject: [PATCH] oh je --- 99-xterm-title | 4 ++-- README | 2 ++ bashrc | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/99-xterm-title b/99-xterm-title index c60c7db..e7914ae 100644 --- a/99-xterm-title +++ b/99-xterm-title @@ -19,8 +19,8 @@ function handler_command_in_title local st="$?" #echo a$st COMMAND="$(history 1 | sed 's/ *[0-9]* *//')" - #echo -en "\033]0; $LOGNAME@$HOSTNAME: $COMMAND\007" - #setstatus "$st" + echo -en "\033]0; $LOGNAME@$HOSTNAME: $COMMAND\007" + setstatus "$st" #echo $? } diff --git a/README b/README index 18594cf..dadaad6 100644 --- a/README +++ b/README @@ -5,3 +5,5 @@ exitstatus wird als signal decodiert installation ln -s bashrc/bashrc .bashrc + +just a line diff --git a/bashrc b/bashrc index e33cb4f..7ae4a01 100644 --- a/bashrc +++ b/bashrc @@ -7,3 +7,4 @@ do source "$rc" done + -- GitLab