From d85393bf095f389ac2c9d6569f42dd1e12463741 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 8 Sep 2010 21:03:17 -0400 Subject: [PATCH] Updated example ~/.bpythonrc file w/ configuration settings for gist+github. --- sample-rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sample-rc b/sample-rc index 841cd8c..c72304b 100644 --- a/sample-rc +++ b/sample-rc @@ -23,3 +23,7 @@ hist_len = 100 # Soft tab size: tab_length = 4 +# Gist configuration +use_gist = true +github_login = kennethreitz +github_token = xxxxxxxxxxxxxxxxx \ No newline at end of file