[Assorted-commits] SF.net SVN: assorted:[968] shell-tools/trunk/src/bash-commons/bashrc.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-09-18 02:47:26
|
Revision: 968 http://assorted.svn.sourceforge.net/assorted/?rev=968&view=rev Author: yangzhang Date: 2008-09-18 02:47:37 +0000 (Thu, 18 Sep 2008) Log Message: ----------- added reattach Modified Paths: -------------- shell-tools/trunk/src/bash-commons/bashrc.bash Modified: shell-tools/trunk/src/bash-commons/bashrc.bash =================================================================== --- shell-tools/trunk/src/bash-commons/bashrc.bash 2008-09-18 02:47:32 UTC (rev 967) +++ shell-tools/trunk/src/bash-commons/bashrc.bash 2008-09-18 02:47:37 UTC (rev 968) @@ -617,6 +617,14 @@ find "${2:-.}" -name "$1" } +reattach() { + screen -d -r main +} + +rea() { + reattach +} + #function set_title() { # if [ $# -eq 0 ] ; then # eval set -- "$PWD" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |