[Assorted-commits] SF.net SVN: assorted:[977] shell-tools/trunk/src/bash-commons/bashrc.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-09-30 07:04:39
|
Revision: 977 http://assorted.svn.sourceforge.net/assorted/?rev=977&view=rev Author: yangzhang Date: 2008-09-30 07:04:34 +0000 (Tue, 30 Sep 2008) Log Message: ----------- added rel for reloading 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-29 23:57:16 UTC (rev 976) +++ shell-tools/trunk/src/bash-commons/bashrc.bash 2008-09-30 07:04:34 UTC (rev 977) @@ -625,6 +625,10 @@ reattach } +rel() { + . ~/.bashrc +} + #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. |