1
0
Fork 0

Factor out local tako config

This commit is contained in:
Jeremy Kaplan 2018-04-05 10:18:50 -07:00 committed by Jeremy Kaplan
commit a9c1466101
2 changed files with 6 additions and 0 deletions

1
tako/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
local.tako

View file

@ -172,3 +172,8 @@ if 'TERM' in ${...}:
bload bload
$TAKO_SETTINGS.hooks['post_command'].append(_set_code) $TAKO_SETTINGS.hooks['post_command'].append(_set_code)
try:
source @(os.path.join($HOME, '.config/tako/local.tako'))
except:
pass