Advertisement
Guest User

Untitled

a guest
Aug 24th, 2010
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. dircolors -p
  2. # Configuration file for dircolors, a utility to help you set the
  3. # LS_COLORS environment variable used by GNU ls with the --color option.
  4. # Copyright (C) 1996, 1999-2008
  5. # Free Software Foundation, Inc.
  6. # Copying and distribution of this file, with or without modification,
  7. # are permitted provided the copyright notice and this notice are preserved.
  8. # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
  9. # slackware version of dircolors) are recognized but ignored.
  10. # Below, there should be one TERM entry for each termtype that is colorizable
  11. TERM Eterm
  12. TERM ansi
  13. TERM color-xterm
  14. TERM con132x25
  15. TERM con132x30
  16. TERM con132x43
  17. TERM con132x60
  18. TERM con80x25
  19. TERM con80x28
  20. TERM con80x30
  21. TERM con80x43
  22. TERM con80x50
  23. TERM con80x60
  24. TERM cons25
  25. TERM console
  26. TERM cygwin
  27. TERM dtterm
  28. TERM eterm-color
  29. TERM gnome
  30. TERM gnome-256color
  31. TERM konsole
  32. TERM kterm
  33. TERM linux
  34. TERM linux-c
  35. TERM mach-color
  36. TERM mlterm
  37. TERM putty
  38. TERM rxvt
  39. TERM rxvt-cygwin
  40. TERM rxvt-cygwin-native
  41. TERM rxvt-unicode
  42. TERM screen
  43. TERM screen-256color
  44. TERM screen-bce
  45. TERM screen-w
  46. TERM screen.linux
  47. TERM vt100
  48. TERM xterm
  49. TERM xterm-16color
  50. TERM xterm-256color
  51. TERM xterm-88color
  52. TERM xterm-color
  53. TERM xterm-debian
  54. # Below are the color init strings for the basic file types. A color init
  55. # string consists of one or more of the following numeric codes:
  56. # Attribute codes:
  57. # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
  58. # Text color codes:
  59. # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
  60. # Background color codes:
  61. # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
  62. NORMAL 00 # global default, although everything should be something.
  63. FILE 00 # normal file
  64. DIR 01;35 # directory
  65. LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
  66. # numerical value, the color is as for the file pointed to.)
  67. FIFO 40;33 # pipe
  68. SOCK 01;35 # socket
  69. DOOR 01;35 # door
  70. BLK 40;33;01 # block device driver
  71. CHR 40;33;01 # character device driver
  72. ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
  73. SETUID 37;41 # file that is setuid (u+s)
  74. SETGID 30;43 # file that is setgid (g+s)
  75. STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
  76. OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
  77. STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
  78. # This is for files with execute permission:
  79. EXEC 01;32
  80. # List any file extensions like '.gz' or '.tar' that you would like ls
  81. # to colorize below. Put the extension, a space, and the color init string.
  82. # (and any comments you want to add after a '#')
  83. # If you use DOS-style suffixes, you may want to uncomment the following:
  84. #.cmd 01;32 # executables (bright green)
  85. #.exe 01;32
  86. #.com 01;32
  87. #.btm 01;32
  88. #.bat 01;32
  89. # Or if you want to colorize scripts even if they do not have the
  90. # executable bit actually set.
  91. #.sh 01;32
  92. #.csh 01;32
  93. # archives or compressed (bright red)
  94. .tar 01;31
  95. .tgz 01;31
  96. .svgz 01;31
  97. .arj 01;31
  98. .taz 01;31
  99. .lzh 01;31
  100. .lzma 01;31
  101. .zip 01;31
  102. .z 01;31
  103. .Z 01;31
  104. .dz 01;31
  105. .gz 01;31
  106. .bz2 01;31
  107. .bz 01;31
  108. .tbz2 01;31
  109. .tz 01;31
  110. .deb 01;31
  111. .rpm 01;31
  112. .jar 01;31
  113. .rar 01;31
  114. .ace 01;31
  115. .zoo 01;31
  116. .cpio 01;31
  117. .7z 01;31
  118. .rz 01;31
  119. # image formats
  120. .jpg 01;35
  121. .jpeg 01;35
  122. .gif 01;35
  123. .bmp 01;35
  124. .pbm 01;35
  125. .pgm 01;35
  126. .ppm 01;35
  127. .tga 01;35
  128. .xbm 01;35
  129. .xpm 01;35
  130. .tif 01;35
  131. .tiff 01;35
  132. .png 01;35
  133. .svg 01;35
  134. .mng 01;35
  135. .pcx 01;35
  136. .mov 01;35
  137. .mpg 01;35
  138. .mpeg 01;35
  139. .m2v 01;35
  140. .mkv 01;35
  141. .ogm 01;35
  142. .mp4 01;35
  143. .m4v 01;35
  144. .mp4v 01;35
  145. .vob 01;35
  146. .qt 01;35
  147. .nuv 01;35
  148. .wmv 01;35
  149. .asf 01;35
  150. .rm 01;35
  151. .rmvb 01;35
  152. .flc 01;35
  153. .avi 01;35
  154. .fli 01;35
  155. .gl 01;35
  156. .dl 01;35
  157. .xcf 01;35
  158. .xwd 01;35
  159. .yuv 01;35
  160. # audio formats
  161. .aac 00;36
  162. .au 00;36
  163. .flac 00;36
  164. .mid 00;36
  165. .midi 00;36
  166. .mka 00;36
  167. .mp3 00;36
  168. .mpc 00;36
  169. .ogg 00;36
  170. .ra 00;36
  171. .wav 00;36
  172. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement