This commit is contained in:
Petr Nyc
2025-09-02 10:06:29 +02:00
parent f0f6f560c6
commit c6e19f8633
4 changed files with 41 additions and 4 deletions

View File

@@ -85,10 +85,11 @@ editor_stop_format_chars=-+*\\,.;:&>
mcview_eof=
skin=solarized-dark-256color
shell_directory_timeout=900
filepos_max_saved_entries=1024
[Layout]
output_lines=0
left_panel_size=67
left_panel_size=68
top_panel_size=0
message_visible=true
keybar_visible=true
@@ -118,6 +119,8 @@ color_terminals=
alacritty=
xterm=
rxvt-256color=
screen-256color=
xterm-24bit=
[Panels]
show_mini_info=true
@@ -143,7 +146,7 @@ select_flags=6
simple_swap=false
[Panelize]
Find *.orig after patching=find . -name \\*.orig -print
Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
Find *.orig after patching=find . -name \\*.orig -print
Find rejects after patching=find . -name \\*.rej -print
Modified git files=git ls-files --modified