tako logging config should happen before errors can
This commit is contained in:
parent
fa24f54668
commit
72cd780a16
1 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
$TAKO_SETTINGS.show_traceback = True
|
||||
$TAKO_SETTINGS.traceback_logfile = $HOME + '/tmp/tako.log'
|
||||
|
||||
import re
|
||||
from os import listdir
|
||||
from os.path import isfile, join
|
||||
|
|
@ -122,8 +125,6 @@ if 'TERM' in ${...}:
|
|||
|
||||
$TAKO_SETTINGS.prompt = make_prompt()
|
||||
|
||||
$TAKO_SETTINGS.show_traceback = True
|
||||
$TAKO_SETTINGS.traceback_logfile = $HOME + '/tmp/tako.log'
|
||||
$TAKO_SETTINGS.case_sensitive_completions = False
|
||||
|
||||
completer bash enable out> /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue