aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-21 01:17:31 +0800
committertypebrook <typebrook@gmail.com>2020-01-21 01:17:31 +0800
commita90074c95adb8fd231fda4cde428992e6f8bbbbb (patch)
treed7d0035b9c5ab98ceba469eaa7e4d81c802ff248 /scripts
parent12c67bfc89d0bf737c036cb748c441e7fb0839d8 (diff)
update
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index d3b5e5e..728ea57 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -55,7 +55,7 @@
55# TODO completion 55# TODO completion
56# define your environmemnts here 56# define your environmemnts here
57#------------------- 57#-------------------
58github_api_token=$(cat $SETTING_DIR/tokens/github) 58github_api_token=$(cat $SETTING_DIR/tokens/gist)
59user=typebrook 59user=typebrook
60folder=~/git/gist 60folder=~/git/gist
61#------------------- 61#-------------------