diff options
-rw-r--r-- | projects/the_firehose_project.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/the_firehose_project.vim b/projects/the_firehose_project.vim new file mode 100644 index 0000000..d04d008 --- /dev/null +++ b/projects/the_firehose_project.vim @@ -0,0 +1,2 @@ +" Post a mentor log +command! FirehosePostMentorLog execute "!BUNDLE_GEMFILE=$VIM_PROJECT_PATH_FIREHOSE_POST_A_MENTOR_SESSION/Gemfile bundle exec ruby $VIM_PROJECT_PATH_FIREHOSE_POST_A_MENTOR_SESSION/main.rb " . shellescape(expand('%:p')) |