Overview
Comment: | zshrc: Set CVS_RSH to ssh |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
57d183dc0a4e28fb218824b9546b1d8d |
User & Date: | js on 2020-08-29 20:15:59 |
Other Links: | manifest | tags |
Context
2020-08-29
| ||
20:17 | cvsrc: Add cvs -q check-in: 50921ad36c user: js tags: trunk | |
20:15 | zshrc: Set CVS_RSH to ssh check-in: 57d183dc0a user: js tags: trunk | |
18:07 | Add cvsrc check-in: b7f3b40f36 user: js tags: trunk | |
Changes
Modified zshrc from [8d512e9edf] to [327fda5d5a].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + | export XDG_CONFIG_HOME="$HOME/.config" export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" export EDITOR="vim" export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc" export PAGER="less" export 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' export GNUPGHOME="$XDG_DATA_HOME/gnupg" export CVS_RSH="ssh" LISTMAX=32768 WORDCHARS="*?[];!#~" local grep="" local grep_color="auto" local ls="" local ls_color="auto" local ls_on_cd="yes" |
︙ |