Overview
Comment: | fish: Set CVS_RSH to ssh |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
752b21cf9c1b838d3acee8b1cf3ccefd |
User & Date: | js 2020-08-30 03:41:02 |
Context
2020-08-30
| ||
03:44 | Add cvsd to get a colored cvs diff check-in: 2e8e994339 user: js tags: trunk | |
03:41 | fish: Set CVS_RSH to ssh check-in: 752b21cf9c user: js tags: trunk | |
2020-08-29
| ||
20:17 | cvsrc: Add cvs -q check-in: 50921ad36c user: js tags: trunk | |
Changes
Changes to fish/config.fish.
︙ | ︙ | |||
32 33 34 35 36 37 38 | test -n "$XDG_DATA_HOME" or set -x XDG_DATA_HOME $HOME/.local/share set -x EDITOR vim set -x VIMINIT "source $XDG_CONFIG_HOME/vim/vimrc" set -x 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' set -x GNUPGHOME $XDG_DATA_HOME/gnupg | > | 32 33 34 35 36 37 38 39 | test -n "$XDG_DATA_HOME" or set -x XDG_DATA_HOME $HOME/.local/share set -x EDITOR vim set -x VIMINIT "source $XDG_CONFIG_HOME/vim/vimrc" set -x 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' set -x GNUPGHOME $XDG_DATA_HOME/gnupg set -x CVS_RSH ssh |