commit | 4958a5520bab7288c3125fb07cd3d374f540838b | [log] [tgz] |
---|---|---|
author | Mark Szymanski <mrman208@me.com> | 周一 10月 25 17:51:04 2010 -0500 |
committer | Mark Szymanski <mrman208@me.com> | 周一 10月 25 17:51:04 2010 -0500 |
tree | d990d919f047ad9107a6e6181f5b8e7709dfca3c | |
parent | 2f9752f49b8ae921d866b2e9fd46207ae079461d [diff] |
added IRC_CLIENT variable for the irc alias
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_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