From 7f03097248fe6243891ca558eacdafebaff61524 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Fri, 4 May 2012 11:23:12 -0500 Subject: [PATCH] --- dev/Metasploit-Development-Environment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/Metasploit-Development-Environment.md b/dev/Metasploit-Development-Environment.md index 1a8f0e5019..3fda2a384e 100644 --- a/dev/Metasploit-Development-Environment.md +++ b/dev/Metasploit-Development-Environment.md @@ -170,8 +170,9 @@ You should end up with a complete copy of Metasploit in the metasploit-framework Now might be a good time to decorate up your prompt. I've hacked this together for my ~/.bash_aliases. It's a little ugly, but it works: - +[[/screens/fork04.png]] +[here](https://gist.github.com/2555109) What this does is let me know on the command line prompt which version of Ruby, which gemset, and which Git branch I happen to be in. The end result looks like this: [[/screens/fork05.png]]