- Timestamp:
- 11/08/08 11:25:40 (5 years ago)
- Location:
- dotfiles/zsh/oinume
- Files:
-
- 2 modified
-
.zshenv (modified) (1 diff)
-
.zshenv_private (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/zsh/oinume/.zshenv
r13629 r22993 38 38 export JLESSCHARSET="japanese" 39 39 export HTTP_HOME="$HOME/.w3m/bookmark.html" # for w3m 40 export FTP_PASSIVE_MODE=" NO"40 export FTP_PASSIVE_MODE="YES" 41 41 42 42 #### $PAGER "less" 43 43 # less -M �ϥڡ����Υ��ơ�����(���ڡ������)����� 44 if [ -x `where jless` ]; then 45 export PAGER="jless -RM" 46 elif [ -x `where less` ]; then 44 if [ -x /usr/bin/less ] || [ -x /usr/local/bin/less ] ; then 47 45 export PAGER="less -RM" 48 46 else -
dotfiles/zsh/oinume/.zshenv_private
r13629 r22993 1 1 # keychain (ssh-agent) 2 if [ -x `which keychain`] ; then2 if [ -x /usr/bin/keychain ] || [ -x /usr/local/bin/keychain ] ; then 3 3 keychain ~/.ssh/id_rsa ~/.ssh/id_dsa ~/.ssh/identity 2>&1 > /dev/null 4 4 _keychain_file="$HOME/.keychain/`uname -n`-sh" … … 44 44 export LS_COLORS 45 45 fi 46
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)