Factor out local tako config
This commit is contained in:
parent
19a8021ddd
commit
a9c1466101
2 changed files with 6 additions and 0 deletions
|
|
@ -172,3 +172,8 @@ if 'TERM' in ${...}:
|
|||
bload
|
||||
|
||||
$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