From 6b9187673ee62d11042832f938913f15131592a7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Feb 2013 01:25:10 -0200 Subject: Adding metadot script --- modules/profile/terminal | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 modules/profile/terminal (limited to 'modules/profile/terminal') diff --git a/modules/profile/terminal b/modules/profile/terminal deleted file mode 100644 index ada0ceb..0000000 --- a/modules/profile/terminal +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash -# -# .terminal: sets default behaviour for a X11 console -# - -# Load ANSI Art -#cat $HOME/themes/ans/slack.ans - -# Make sure to load the profile -source $HOME/.profile - -# Default window title -TITLE="terminal" - -# Set window title, standard version -#trap 'echo -ne "\e]0;terminal: ${TITLE:-$BASH_COMMAND}\007"' DEBUG -#trap 'xtitle ${TITLE:-$BASH_COMMAND}' DEBUG - -# Set window title, special version -# -# In the standard version, $_ stops to keep the parameter of the last command. -# The sollution is to save the value of $_ and issue a pointless command with -# it after changing the title so $_ retain it's intended value. -# -#trap 'last="$_" ; echo -ne "\e]0;terminal: ${TITLE:-$BASH_COMMAND}\007"; true $last' DEBUG -#trap 'last="$_" ; xtitle ${TITLE:-$BASH_COMMAND}; true $last' DEBUG -trap '_last="$_" ; _command=${BASH_COMMAND#command_prompt} ; xtitle ${_command:-$TITLE}; true $_last' DEBUG - -# Fortune :) -#fortune -- cgit v1.2.3