Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2f9752f
)
added IRC_CLIENT variable for the irc alias
author
Mark Szymanski
<mrman208@me.com>
Mon, 25 Oct 2010 22:51:04 +0000
(17:51 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Mon, 25 Oct 2010 22:51:04 +0000
(17:51 -0500)
template/bash_profile.template.bash
patch
|
blob
|
history
diff --git
a/template/bash_profile.template.bash
b/template/bash_profile.template.bash
index
f46d71d
..
787a66b
100644
(file)
--- 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