[Debian-live-changes] r895 - configs/daniel/config/chroot_localincludes/etc/skel

Daniel Baumann daniel at alioth.debian.org
Sat Mar 31 16:38:46 UTC 2007


Author: daniel
Date: 2007-03-31 16:38:46 +0000 (Sat, 31 Mar 2007)
New Revision: 895

Modified:
   configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile
Log:


Modified: configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile
===================================================================
--- configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile	2007-03-31 16:26:02 UTC (rev 894)
+++ configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile	2007-03-31 16:38:46 UTC (rev 895)
@@ -27,6 +27,11 @@
 
 trap clear 0
 
+if [ "${TERM}" = "linux" ] && [ "${SHELL}" = "/bin/bash" ]
+then
+	echo -e "\033[?17;0;64c"
+fi
+
 if [ -z "${DISPLAY}" ] && [ "`tty`" = "/dev/tty1" ]
 then
 	startx




More information about the Debian-live-changes mailing list