From 96ccdaee51e9b40fc4427f1fc14a9cfe4b4e871a Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Sat, 23 Oct 2010 10:58:44 -0500 Subject: [PATCH] Added some variables that the jekyll aliases need --- template/bash_profile.template.bash | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index f6c9d5d..f46d71d 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -17,7 +17,7 @@ export BASH_THEME='bobby' export GIT_HOSTING='git@git.domain.com' # Set my editor and git editor -export EDITOR="/usr/bin/mate -w" +export EDITOR="/usr/bin/mate -w" export GIT_EDITOR='/usr/bin/mate -w' # Set the path nginx @@ -26,5 +26,13 @@ export NGINX_PATH='/opt/nginx' # Don't check mail when opening terminal. unset MAILCHECK +# Change this to the path of your local jekyll root to use the jekyll aliases + +export JEKYLL_LOCAL_ROOT="~/Sites/mrminimalist" + +# And change this to the remote server and root + +export JEKYLL_REMOTE_ROOT="user@server:/path/to/jekyll/root" + # Load Bash It source $BASH/bash_it.sh -- 2.17.1