Overview
Comment: | zshrc: Several minor changes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
eb5bfbde4170725432cc270dc0d5eaab |
User & Date: | js 2018-07-03 22:14:45 |
Context
2018-07-08
| ||
19:47 | Xmodmap: Swap NBSP and thin space check-in: b27f66d92a user: js tags: trunk | |
2018-07-03
| ||
22:14 | zshrc: Several minor changes check-in: eb5bfbde41 user: js tags: trunk | |
22:12 | Xdefaults: Disable "transparency" in (u)rxvt check-in: 94f56cbb9d user: js tags: trunk | |
Changes
Changes to zshrc.
|
| | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | AUDIO_PLAYER="audacious" VIDEO_PLAYER="mpv" ARCHIVE_FORMATS=(7z bz2 gz xz tar tbz tbz2 tgz txz tar.gz tar.bz2 tar.xz rar zip) AUDIO_PLAYER_FORMATS=(aac flac it m4a mod mp3 mpc ogg sid spc wma wv xm) VIDEO_PLAYER_FORMATS=(avi divx flv mkv mov mpeg mp4 mpg ogm wmv) EDITOR="vim" PAGER="less" GREP="ggrep" GREP_COLOUR="auto" FGREP="" LS="gls" 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="*?[];!#~" |
︙ | ︙ | |||
119 120 121 122 123 124 125 | _precmd } print -Pn "\e]0;$@\a" } unset_title() { precmd() { | | | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | _precmd } print -Pn "\e]0;$@\a" } unset_title() { precmd() { print -Pn "\e]0;%m:%c\a" _precmd } } unset_title ;; *) |
︙ | ︙ |