]> git.madduck.net Git - etc/mrsetup.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

make the shell -i -l
authormartin f. krafft <madduck@madduck.net>
Sat, 10 May 2008 00:28:12 +0000 (01:28 +0100)
committermartin f. krafft <madduck@madduck.net>
Sat, 10 May 2008 00:28:12 +0000 (01:28 +0100)
mrsetup

diff --git a/mrsetup b/mrsetup
index 0e5d05b627873d05637840a7035f064fd04e54e0..0a0e25242a7c147c7ea73b42d794d028a35790fc 100755 (executable)
--- a/mrsetup
+++ b/mrsetup
@@ -106,7 +106,7 @@ fi
 [ -f "$0" ] && rm $0
 
 echo I: spawning a shell...
 [ -f "$0" ] && rm $0
 
 echo I: spawning a shell...
-$SHELL
+$SHELL --interactive --login
 
 echo I: back from the shell.
 
 
 echo I: back from the shell.