My build of nnn with minor changes
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

10 行
226 B

  1. /* Configuration */
  2. struct assoc assocs[] = {
  3. { "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
  4. { "\\.(png|jpg|gif)$", "feh" },
  5. { "\\.(html|svg)$", "firefox" },
  6. { "\\.pdf$", "mupdf" },
  7. { "\\.sh$", "sh" },
  8. { ".*", "less" },
  9. };