Overview
Comment: | Add LS_COLORS. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fd67ad2ef5ec2d3de0f8243a5e8866ed |
User & Date: | js 2012-12-17 20:22:08 |
Context
2013-07-14
| ||
23:48 | Use gzcat instead of zcat, remove .desktop/.app. check-in: 43176e075c user: js tags: trunk | |
2012-12-17
| ||
20:22 | Add LS_COLORS. check-in: fd67ad2ef5 user: js tags: trunk | |
2012-10-22
| ||
08:17 | Update zshrc. check-in: bed01d4eae user: js tags: trunk | |
Changes
Changes to zshrc.
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | GREP="" GREP_COLOUR="auto" FGREP="" LS="ls" LS_COLOUR="auto" LS_ON_CD="yes" LS_ON_INIT="no" FEMALE="no" # Whether the user is female ;) LISTMAX=32768 WORDCHARS="*?[];!#~" bindkey -e setopt no_bg_nice setopt no_nomatch | > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | GREP="" GREP_COLOUR="auto" FGREP="" LS="ls" LS_COLOUR="auto" LS_ON_CD="yes" LS_ON_INIT="no" LS_COLORS='di=34:ow=44;37:tw=44;37:st=44;37:ex=31:su=7;31:sg=7;31:ln=33:or=7;33:pi=32:do=32:bd=35:cd=35:so=32:*.bz2=36:*.dmg=36:*.gz=36:*.rar=36:*.xz=36:*.zip=36:*.orig=90:*~=90' FEMALE="no" # Whether the user is female ;) LISTMAX=32768 WORDCHARS="*?[];!#~" bindkey -e setopt no_bg_nice setopt no_nomatch |
︙ | ︙ | |||
189 190 191 192 193 194 195 | alias -s app=open [ "$LS_ON_INIT" = "yes" ] && ls unset AUDIO_PLAYER VIDEO_PLAYER unset ARCHIVE_FORMATS AUDIO_PLAYER_FORMATS VIDEO_PLAYER_FORMATS unset FGREP GREP GREP_COLOUR LS LS_COLOUR LS_ON_CD LS_ON_INIT | > | 190 191 192 193 194 195 196 197 | alias -s app=open [ "$LS_ON_INIT" = "yes" ] && ls unset AUDIO_PLAYER VIDEO_PLAYER unset ARCHIVE_FORMATS AUDIO_PLAYER_FORMATS VIDEO_PLAYER_FORMATS unset FGREP GREP GREP_COLOUR LS LS_COLOUR LS_ON_CD LS_ON_INIT export LS_COLORS |