Remove blinking from ls when in mosh
This commit is contained in:
parent
aa981e5b53
commit
0920e262dd
1 changed files with 153 additions and 153 deletions
|
|
@ -32,11 +32,11 @@
|
||||||
|
|
||||||
## Special files
|
## Special files
|
||||||
|
|
||||||
NORMAL 00;38;5;244 # no color code at all
|
NORMAL 38;5;244 # no color code at all
|
||||||
#FILE 00 # regular file: use no color at all
|
#FILE 00 # regular file: use no color at all
|
||||||
RESET 0 # reset to "normal" color
|
RESET 0 # reset to "normal" color
|
||||||
DIR 00;38;5;33 # directory 01;34
|
DIR 38;5;33 # directory 01;34
|
||||||
LINK 00;38;5;37 # symbolic link. (If you set this to 'target' instead of a
|
LINK 38;5;37 # symbolic link. (If you set this to 'target' instead of a
|
||||||
# numerical value, the color is as for the file pointed to.)
|
# numerical value, the color is as for the file pointed to.)
|
||||||
MULTIHARDLINK 00 # regular file with more than one link
|
MULTIHARDLINK 00 # regular file with more than one link
|
||||||
FIFO 48;5;230;38;5;136;01 # pipe
|
FIFO 48;5;230;38;5;136;01 # pipe
|
||||||
|
|
@ -52,167 +52,167 @@ STICKY_OTHER_WRITABLE 48;5;64;38;5;230 # dir that is sticky and other-writable (
|
||||||
OTHER_WRITABLE 48;5;235;38;5;33 # dir that is other-writable (o+w) and not sticky
|
OTHER_WRITABLE 48;5;235;38;5;33 # dir that is other-writable (o+w) and not sticky
|
||||||
STICKY 48;5;33;38;5;230 # dir with the sticky bit set (+t) and not other-writable
|
STICKY 48;5;33;38;5;230 # dir with the sticky bit set (+t) and not other-writable
|
||||||
# This is for files with execute permission:
|
# This is for files with execute permission:
|
||||||
EXEC 00;38;5;64
|
EXEC 38;5;64
|
||||||
|
|
||||||
## Archives or compressed (violet + bold for compression)
|
## Archives or compressed (violet + bold for compression)
|
||||||
.tar 00;38;5;61
|
.tar 38;5;61
|
||||||
.tgz 00;38;5;61
|
.tgz 38;5;61
|
||||||
.arj 00;38;5;61
|
.arj 38;5;61
|
||||||
.taz 00;38;5;61
|
.taz 38;5;61
|
||||||
.lzh 00;38;5;61
|
.lzh 38;5;61
|
||||||
.lzma 00;38;5;61
|
.lzma 38;5;61
|
||||||
.tlz 00;38;5;61
|
.tlz 38;5;61
|
||||||
.txz 00;38;5;61
|
.txz 38;5;61
|
||||||
.zip 00;38;5;61
|
.zip 38;5;61
|
||||||
.z 00;38;5;61
|
.z 38;5;61
|
||||||
.Z 00;38;5;61
|
.Z 38;5;61
|
||||||
.dz 00;38;5;61
|
.dz 38;5;61
|
||||||
.gz 00;38;5;61
|
.gz 38;5;61
|
||||||
.lz 00;38;5;61
|
.lz 38;5;61
|
||||||
.xz 00;38;5;61
|
.xz 38;5;61
|
||||||
.bz2 00;38;5;61
|
.bz2 38;5;61
|
||||||
.bz 00;38;5;61
|
.bz 38;5;61
|
||||||
.tbz 00;38;5;61
|
.tbz 38;5;61
|
||||||
.tbz2 00;38;5;61
|
.tbz2 38;5;61
|
||||||
.tz 00;38;5;61
|
.tz 38;5;61
|
||||||
.deb 00;38;5;61
|
.deb 38;5;61
|
||||||
.rpm 00;38;5;61
|
.rpm 38;5;61
|
||||||
.jar 00;38;5;61
|
.jar 38;5;61
|
||||||
.rar 00;38;5;61
|
.rar 38;5;61
|
||||||
.ace 00;38;5;61
|
.ace 38;5;61
|
||||||
.zoo 00;38;5;61
|
.zoo 38;5;61
|
||||||
.cpio 00;38;5;61
|
.cpio 38;5;61
|
||||||
.7z 00;38;5;61
|
.7z 38;5;61
|
||||||
.rz 00;38;5;61
|
.rz 38;5;61
|
||||||
.apk 00;38;5;61
|
.apk 38;5;61
|
||||||
.gem 00;38;5;61
|
.gem 38;5;61
|
||||||
|
|
||||||
# Image formats (yellow)
|
# Image formats (yellow)
|
||||||
.jpg 00;38;5;136
|
.jpg 38;5;136
|
||||||
.JPG 00;38;5;136 #stupid but needed
|
.JPG 38;5;136 #stupid but needed
|
||||||
.jpeg 00;38;5;136
|
.jpeg 38;5;136
|
||||||
.gif 00;38;5;136
|
.gif 38;5;136
|
||||||
.bmp 00;38;5;136
|
.bmp 38;5;136
|
||||||
.pbm 00;38;5;136
|
.pbm 38;5;136
|
||||||
.pgm 00;38;5;136
|
.pgm 38;5;136
|
||||||
.ppm 00;38;5;136
|
.ppm 38;5;136
|
||||||
.tga 00;38;5;136
|
.tga 38;5;136
|
||||||
.xbm 00;38;5;136
|
.xbm 38;5;136
|
||||||
.xpm 00;38;5;136
|
.xpm 38;5;136
|
||||||
.tif 00;38;5;136
|
.tif 38;5;136
|
||||||
.tiff 00;38;5;136
|
.tiff 38;5;136
|
||||||
.png 00;38;5;136
|
.png 38;5;136
|
||||||
.svg 00;38;5;136
|
.svg 38;5;136
|
||||||
.svgz 00;38;5;136
|
.svgz 38;5;136
|
||||||
.mng 00;38;5;136
|
.mng 38;5;136
|
||||||
.pcx 00;38;5;136
|
.pcx 38;5;136
|
||||||
.dl 00;38;5;136
|
.dl 38;5;136
|
||||||
.xcf 00;38;5;136
|
.xcf 38;5;136
|
||||||
.xwd 00;38;5;136
|
.xwd 38;5;136
|
||||||
.yuv 00;38;5;136
|
.yuv 38;5;136
|
||||||
.cgm 00;38;5;136
|
.cgm 38;5;136
|
||||||
.emf 00;38;5;136
|
.emf 38;5;136
|
||||||
.eps 00;38;5;136
|
.eps 38;5;136
|
||||||
.CR2 00;38;5;136
|
.CR2 38;5;136
|
||||||
.ico 00;38;5;136
|
.ico 38;5;136
|
||||||
|
|
||||||
# Files of special interest (base1 + bold)
|
# Files of special interest (base1 + bold)
|
||||||
.tex 00;38;5;245
|
.tex 38;5;245
|
||||||
.rdf 00;38;5;245
|
.rdf 38;5;245
|
||||||
.owl 00;38;5;245
|
.owl 38;5;245
|
||||||
.n3 00;38;5;245
|
.n3 38;5;245
|
||||||
.ttl 00;38;5;245
|
.ttl 38;5;245
|
||||||
.nt 00;38;5;245
|
.nt 38;5;245
|
||||||
.torrent 00;38;5;245
|
.torrent 38;5;245
|
||||||
.xml 00;38;5;245
|
.xml 38;5;245
|
||||||
*Makefile 00;38;5;245
|
*Makefile 38;5;245
|
||||||
*Rakefile 00;38;5;245
|
*Rakefile 38;5;245
|
||||||
*build.xml 00;38;5;245
|
*build.xml 38;5;245
|
||||||
*rc 00;38;5;245
|
*rc 38;5;245
|
||||||
*1 00;38;5;245
|
*1 38;5;245
|
||||||
.nfo 00;38;5;245
|
.nfo 38;5;245
|
||||||
*README 00;38;5;245
|
*README 38;5;245
|
||||||
*README.txt 00;38;5;245
|
*README.txt 38;5;245
|
||||||
*readme.txt 00;38;5;245
|
*readme.txt 38;5;245
|
||||||
.md 00;38;5;245
|
.md 38;5;245
|
||||||
*README.markdown 00;38;5;245
|
*README.markdown 38;5;245
|
||||||
.ini 00;38;5;245
|
.ini 38;5;245
|
||||||
.yml 00;38;5;245
|
.yml 38;5;245
|
||||||
.cfg 00;38;5;245
|
.cfg 38;5;245
|
||||||
.conf 00;38;5;245
|
.conf 38;5;245
|
||||||
.c 00;38;5;245
|
.c 38;5;245
|
||||||
.cpp 00;38;5;245
|
.cpp 38;5;245
|
||||||
.cc 00;38;5;245
|
.cc 38;5;245
|
||||||
|
|
||||||
# "unimportant" files as logs and backups (base01)
|
# "unimportant" files as logs and backups (base01)
|
||||||
.log 00;38;5;240
|
.log 38;5;240
|
||||||
.bak 00;38;5;240
|
.bak 38;5;240
|
||||||
.aux 00;38;5;240
|
.aux 38;5;240
|
||||||
.lof 00;38;5;240
|
.lof 38;5;240
|
||||||
.lol 00;38;5;240
|
.lol 38;5;240
|
||||||
.lot 00;38;5;240
|
.lot 38;5;240
|
||||||
.out 00;38;5;240
|
.out 38;5;240
|
||||||
.toc 00;38;5;240
|
.toc 38;5;240
|
||||||
.bbl 00;38;5;240
|
.bbl 38;5;240
|
||||||
.blg 00;38;5;240
|
.blg 38;5;240
|
||||||
*~ 00;38;5;240
|
*~ 38;5;240
|
||||||
*# 00;38;5;240
|
*# 38;5;240
|
||||||
.part 00;38;5;240
|
.part 38;5;240
|
||||||
.incomplete 00;38;5;240
|
.incomplete 38;5;240
|
||||||
.swp 00;38;5;240
|
.swp 38;5;240
|
||||||
.tmp 00;38;5;240
|
.tmp 38;5;240
|
||||||
.temp 00;38;5;240
|
.temp 38;5;240
|
||||||
.o 00;38;5;240
|
.o 38;5;240
|
||||||
.pyc 00;38;5;240
|
.pyc 38;5;240
|
||||||
.class 00;38;5;240
|
.class 38;5;240
|
||||||
.cache 00;38;5;240
|
.cache 38;5;240
|
||||||
|
|
||||||
# Audio formats (orange)
|
# Audio formats (orange)
|
||||||
.aac 00;38;5;166
|
.aac 38;5;166
|
||||||
.au 00;38;5;166
|
.au 38;5;166
|
||||||
.flac 00;38;5;166
|
.flac 38;5;166
|
||||||
.mid 00;38;5;166
|
.mid 38;5;166
|
||||||
.midi 00;38;5;166
|
.midi 38;5;166
|
||||||
.mka 00;38;5;166
|
.mka 38;5;166
|
||||||
.mp3 00;38;5;166
|
.mp3 38;5;166
|
||||||
.mpc 00;38;5;166
|
.mpc 38;5;166
|
||||||
.ogg 00;38;5;166
|
.ogg 38;5;166
|
||||||
.ra 00;38;5;166
|
.ra 38;5;166
|
||||||
.wav 00;38;5;166
|
.wav 38;5;166
|
||||||
.m4a 00;38;5;166
|
.m4a 38;5;166
|
||||||
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
||||||
.axa 00;38;5;166
|
.axa 38;5;166
|
||||||
.oga 00;38;5;166
|
.oga 38;5;166
|
||||||
.spx 00;38;5;166
|
.spx 38;5;166
|
||||||
.xspf 00;38;5;166
|
.xspf 38;5;166
|
||||||
|
|
||||||
# Video formats (as audio + bold)
|
# Video formats (as audio + bold)
|
||||||
.mov 00;38;5;166
|
.mov 38;5;166
|
||||||
.mpg 00;38;5;166
|
.mpg 38;5;166
|
||||||
.mpeg 00;38;5;166
|
.mpeg 38;5;166
|
||||||
.m2v 00;38;5;166
|
.m2v 38;5;166
|
||||||
.mkv 00;38;5;166
|
.mkv 38;5;166
|
||||||
.ogm 00;38;5;166
|
.ogm 38;5;166
|
||||||
.mp4 00;38;5;166
|
.mp4 38;5;166
|
||||||
.m4v 00;38;5;166
|
.m4v 38;5;166
|
||||||
.mp4v 00;38;5;166
|
.mp4v 38;5;166
|
||||||
.vob 00;38;5;166
|
.vob 38;5;166
|
||||||
.qt 00;38;5;166
|
.qt 38;5;166
|
||||||
.nuv 00;38;5;166
|
.nuv 38;5;166
|
||||||
.wmv 00;38;5;166
|
.wmv 38;5;166
|
||||||
.asf 00;38;5;166
|
.asf 38;5;166
|
||||||
.rm 00;38;5;166
|
.rm 38;5;166
|
||||||
.rmvb 00;38;5;166
|
.rmvb 38;5;166
|
||||||
.flc 00;38;5;166
|
.flc 38;5;166
|
||||||
.avi 00;38;5;166
|
.avi 38;5;166
|
||||||
.fli 00;38;5;166
|
.fli 38;5;166
|
||||||
.flv 00;38;5;166
|
.flv 38;5;166
|
||||||
.gl 00;38;5;166
|
.gl 38;5;166
|
||||||
.m2ts 00;38;5;166
|
.m2ts 38;5;166
|
||||||
.divx 00;38;5;166
|
.divx 38;5;166
|
||||||
.webm 00;38;5;166
|
.webm 38;5;166
|
||||||
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
|
||||||
.axv 00;38;5;166
|
.axv 38;5;166
|
||||||
.anx 00;38;5;166
|
.anx 38;5;166
|
||||||
.ogv 00;38;5;166
|
.ogv 38;5;166
|
||||||
.ogx 00;38;5;166
|
.ogx 38;5;166
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue