diff --git a/.config/mc/ini b/.config/mc/ini index 599ac62..4079a49 100644 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -83,7 +83,8 @@ editor_backup_extension=~ editor_filesize_threshold=64M editor_stop_format_chars=-+*\\,.;:&> mcview_eof= -skin=default +skin=dark +shell_directory_timeout=900 [Layout] output_lines=0 @@ -115,6 +116,7 @@ clipboard_paste= base_color= xterm-256color= color_terminals= +screen-256color= [Panels] show_mini_info=true @@ -138,7 +140,7 @@ quick_search_mode=2 select_flags=6 [Panelize] -Find rejects after patching=find . -name \\*.rej -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 Modified git files=git ls-files --modified +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 rejects after patching=find . -name \\*.rej -print