Update
This commit is contained in:
parent
359c853283
commit
e29a77c7e7
|
|
@ -75,7 +75,7 @@ num_history_items_recorded=60
|
|||
vfs_timeout=60
|
||||
ftpfs_directory_timeout=900
|
||||
ftpfs_retry_seconds=30
|
||||
fish_directory_timeout=900
|
||||
shell_directory_timeout=900
|
||||
editor_tab_spacing=8
|
||||
editor_word_wrap_line_length=72
|
||||
editor_option_save_mode=0
|
||||
|
|
@ -83,13 +83,12 @@ editor_backup_extension=~
|
|||
editor_filesize_threshold=64M
|
||||
editor_stop_format_chars=-+*\\,.;:&>
|
||||
mcview_eof=
|
||||
skin=modarcon16
|
||||
skin=modarcon16root-defbg
|
||||
filepos_max_saved_entries=1024
|
||||
shell_directory_timeout=900
|
||||
|
||||
[Layout]
|
||||
output_lines=0
|
||||
left_panel_size=105
|
||||
left_panel_size=213
|
||||
top_panel_size=0
|
||||
message_visible=true
|
||||
keybar_visible=true
|
||||
|
|
@ -118,7 +117,6 @@ base_color=
|
|||
xterm-256color=
|
||||
color_terminals=
|
||||
linux=
|
||||
alacritty=
|
||||
|
||||
[Panels]
|
||||
show_mini_info=true
|
||||
|
|
@ -130,7 +128,7 @@ fast_reload=false
|
|||
fast_reload_msg_shown=false
|
||||
mark_moves_down=true
|
||||
reverse_files_only=true
|
||||
auto_save_setup_panels=true
|
||||
auto_save_setup_panels=false
|
||||
navigate_with_arrows=false
|
||||
panel_scroll_pages=true
|
||||
panel_scroll_center=false
|
||||
|
|
@ -140,10 +138,9 @@ permission_mode=false
|
|||
torben_fj_mode=false
|
||||
quick_search_mode=2
|
||||
select_flags=6
|
||||
simple_swap=false
|
||||
|
||||
[Panelize]
|
||||
Найти программы с установленными SUID/SGID битами=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
|
||||
Изменённые файлы под контролем git=git ls-files --modified
|
||||
Найти программы с установленными битами SUID/SGID=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
|
||||
Найти корректуры, отвергнутые командой patch=find . -name \\*.rej -print
|
||||
Найти оригиналы (*.orig) после команды patch=find . -name \\*.orig -print
|
||||
|
|
|
|||
Loading…
Reference in New Issue