- Timestamp:
- 07/09/08 10:20:17 (5 months ago)
- Location:
- dotfiles
- Files:
-
- 5 modified
-
git/cho45-gitconfig (modified) (1 diff)
-
screen/cho45/.screen/backtick.rb (modified) (1 diff)
-
vim/cho45/.vimrc (modified) (2 diffs)
-
zsh/cho45/.zsh/mine.zshrc (modified) (2 diffs)
-
zsh/cho45/.zshrc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/git/cho45-gitconfig
r15166 r15535 7 7 di = diff 8 8 co = checkout 9 ci = !sh -c 'git commit -av && [ $(git config --bool svn-remote.svn.autodcommit)= "true" ] && $HOME/.screen/asyncrun.rb git svn dcommit && echo "dcommit done!"'9 ci = !sh -c 'git commit -av && [ "$(git config --bool svn-remote.svn.autodcommit)" = "true" ] && $HOME/.screen/asyncrun.rb git svn dcommit && echo "dcommit done!"' 10 10 cii = commit -v 11 11 svn-ad = config svn-remote.svn.autodcommit true -
dotfiles/screen/cho45/.screen/backtick.rb
r15166 r15535 10 10 } 11 11 $0 = NAME 12 13 # system("screen", "-X", "eval", 'hardstatus alwayslastline "%-w %{.r.}%{!}%n%f%t%{dd} %+w"') 12 14 13 15 $stdout.sync = true -
dotfiles/vim/cho45/.vimrc
r15126 r15535 56 56 " 袖あまりは良いものだ 57 57 set scrolloff=10000000 58 set scrolloff=2 58 59 " 行番号の表示 59 60 set number … … 313 314 autocmd BufNewFile,BufRead COMMIT_EDITMSG set filetype=git | AutoComplPopDisable 314 315 315 nnoremap <C-h> :<C-u>help<Space>316 316 nnoremap <C-c> :<C-u>close<CR> 317 317 -
dotfiles/zsh/cho45/.zsh/mine.zshrc
r15061 r15535 97 97 } 98 98 99 function git () { 100 if [ -e '.svn' ]; then 101 command svn $@ 102 else 103 command git $@ 104 fi 105 } 106 107 # screen cd 99 108 source $HOME/coderepos/lang/zsh/cdd/cdd 109 110 # window num -> tty の対応ができるように 111 tty > /tmp/screen-tty-$WINDOW 100 112 101 113 # ホストごとの設定を読みこむ … … 105 117 source "$HOME/.zsh/host-$h.zshrc" 106 118 fi 107 108 # window num -> tty の対応ができるように109 tty > /tmp/screen-tty-$WINDOW110 -
dotfiles/zsh/cho45/.zshrc
r15126 r15535 10 10 unset PS1 11 11 12 export PAGER= lv12 export PAGER="less --quit-if-one-screen --RAW-CONTROL-CHARS" 13 13 export LESS='-X -i -P ?f%f:(stdin). ?lb%lb?L/%L.. [?eEOF:?pb%pb\%..]' 14 14 export EDITOR=vim … … 194 194 bindkey " " magic-abbrev-expand-and-insert 195 195 bindkey "." magic-abbrev-expand-and-insert 196 bindkey "^x " no-magic-abbrev-expand197 196 bindkey "^I" magic-abbrev-expand-and-normal-complete 197 198 expand-to-home-or-insert () { 199 if [ "$LBUFFER" = "" -o "$LBUFFER[-1]" = " " ]; then 200 LBUFFER+="~/" 201 else 202 zle self-insert 203 fi 204 } 205 206 zle -N expand-to-home-or-insert 207 bindkey "\\" expand-to-home-or-insert 198 208 199 209 # vim とかが露頭に迷わないように
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)