diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:23 -0200 |
commit | 081cb5a1365504082165d4b3f14df2c418f551d4 (patch) | |
tree | 0e841fc57808422131a25e92f104cf1728af2be0 /modules/profile/terminal.dot.link | |
parent | c8f8fa5215b1586263d2e80522d7cc13d8727552 (diff) | |
download | dotfiles-081cb5a1365504082165d4b3f14df2c418f551d4.tar.gz dotfiles-081cb5a1365504082165d4b3f14df2c418f551d4.tar.bz2 |
Removing profile to convert it to a submodule
Diffstat (limited to 'modules/profile/terminal.dot.link')
-rw-r--r-- | modules/profile/terminal.dot.link | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/modules/profile/terminal.dot.link b/modules/profile/terminal.dot.link deleted file mode 100644 index ada0ceb..0000000 --- a/modules/profile/terminal.dot.link +++ /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 |