diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-25 18:32:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-25 18:32:00 +0200 |
commit | a4365ba31618050830a109e67290011fd981d069 (patch) | |
tree | 90828c9dbb1ee5e33f58b3d30efeb4b8dc0fa851 /coreutils | |
parent | Comment out things in xmonad that has stopped working (diff) | |
download | dotfiles-a4365ba31618050830a109e67290011fd981d069.tar.gz dotfiles-a4365ba31618050830a109e67290011fd981d069.tar.bz2 dotfiles-a4365ba31618050830a109e67290011fd981d069.tar.xz |
Fix bugs
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/bash-bashrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/bash-bashrc b/coreutils/bash-bashrc index c4df04b..13000c6 100644 --- a/coreutils/bash-bashrc +++ b/coreutils/bash-bashrc @@ -43,9 +43,9 @@ export LS_COLORS=\ "st=31:"\ "ow=32:"\ "tw=33:"\ -"$(printf "*.%s=34:" tar tgz arj taz lzh lzma tlz txz zip z Z dz gz lz xz bz2 bz tbz tbz2 tz deb rpm jar war ear sar rar +"$(printf "*.%s=34:" tar tgz arj taz lzh lzma tlz txz zip z Z dz gz lz xz bz2 bz tbz tbz2 tz deb rpm jar war ear sar rar \ ace zoo cpio 7z rz zst dmg)"\ -"$(printf "*.%s=35:" jpg jpeg gif bmp pbm pgm ppm tga zbm xpm tif tiff png svg svgz mng pcx mov mpg mpeg m2v mkc webm ogm - mp4 m4v mp4v vob nuv wmv asf rm rmvb flv avi fli flv gl dl xcf xwd yuv cgm emf axv anx ogv ogx pam +"$(printf "*.%s=35:" jpg jpeg gif bmp pbm pgm ppm tga zbm xpm tif tiff png svg svgz mng pcx mov mpg mpeg m2v mkc webm ogm \ + mp4 m4v mp4v vob nuv wmv asf rm rmvb flv avi fli flv gl dl xcf xwd yuv cgm emf axv anx ogv ogx pam \ ff webm webp)"\ "$(printf "*.%s=36:" aac au flc flac m4a mid midi mka mp3 mpc ogg ra wav axa oga spx xsdf opus)" |