-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_blerc.tmpl
More file actions
55 lines (46 loc) · 1.45 KB
/
dot_blerc.tmpl
File metadata and controls
55 lines (46 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ble.sh fast profile (bash-only)
# Managed by chezmoi
# Performance first
bleopt history_lazyload=1
bleopt complete_auto_complete=
bleopt complete_auto_history=
bleopt complete_ambiguous=
bleopt complete_menu_filter=
bleopt complete_limit=120
bleopt complete_limit_auto=60
bleopt complete_limit_auto_menu=30
bleopt complete_timeout_auto=800
bleopt complete_timeout_compvar=80
bleopt complete_polling_cycle=40
bleopt highlight_syntax=1
bleopt highlight_filename=1
bleopt highlight_variable=
bleopt highlight_timeout_sync=60
bleopt highlight_timeout_async=500
bleopt highlight_eval_word_limit=50
bleopt syntax_eval_polling_interval=20
bleopt exec_restore_pipestatus=
bleopt prompt_eol_mark=''
bleopt exec_errexit_mark=
bleopt exec_elapsed_mark=
bleopt exec_exit_mark=
bleopt edit_marker=
bleopt edit_marker_error=
bleopt edit_bell=vbell
# FSH-like color intent
ble-face -s syntax_command fg=green
ble-face -s command_builtin fg=green
ble-face -s command_function fg=green
ble-face -s command_alias fg=green
ble-face -s command_file fg=green
ble-face -s command_keyword fg=yellow
ble-face -s argument_option fg=cyan
ble-face -s syntax_quoted fg=yellow
ble-face -s syntax_quotation fg=yellow
ble-face -s filename_directory fg=magenta,underline
ble-face -s filename_executable fg=magenta
ble-face -s filename_link fg=magenta,underline
ble-face -s syntax_comment fg=242
ble-face -s syntax_error fg=231,bg=red
ble-face -s argument_error fg=231,bg=red
ble-face -s syntax_varname fg=113