From 4958a5520bab7288c3125fb07cd3d374f540838b Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Mon, 25 Oct 2010 17:51:04 -0500 Subject: [PATCH] added IRC_CLIENT variable for the irc alias --- template/bash_profile.template.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index f46d71d..787a66b 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -34,5 +34,9 @@ export JEKYLL_LOCAL_ROOT="~/Sites/mrminimalist" export JEKYLL_REMOTE_ROOT="user@server:/path/to/jekyll/root" +# Change this to your console based IRC client of choice. + +export IRC_CLIENT='irssi' + # Load Bash It source $BASH/bash_it.sh -- 2.17.1