Factor out local tako config
This commit is contained in:
parent
19a8021ddd
commit
a9c1466101
2 changed files with 6 additions and 0 deletions
1
tako/.gitignore
vendored
Normal file
1
tako/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
local.tako
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue