Overview
Comment: | Update zshrc |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6e417ca752682c2aff2ad35e99f6c995 |
User & Date: | js 2017-06-05 20:25:56 |
Context
2018-07-03
| ||
22:07 | Add xinitrc check-in: def4fadf93 user: js tags: trunk | |
2017-06-05
| ||
20:25 | Update zshrc check-in: 6e417ca752 user: js tags: trunk | |
20:25 | Update gitconfig check-in: 50633ddd0e user: js tags: trunk | |
Changes
Changes to zshrc.
︙ | ︙ | |||
8 9 10 11 12 13 14 | GREP="" GREP_COLOUR="auto" FGREP="" LS="ls" LS_COLOUR="auto" LS_ON_CD="yes" LS_ON_INIT="no" | | | 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:*.gpg=36:*.rar=36:*.tar=36:*.tbz2=36:*.tgz=36:*.xz=36:*.zip=36:*.orig=90:*~=90' FEMALE="no" # Whether the user is female ;) LISTMAX=32768 WORDCHARS="*?[];!#~" bindkey -v # history-incremental-search-backward is much more useful than # _history-complete-* |
︙ | ︙ |