- Timestamp:
- 07/03/08 00:54:12 (5 months ago)
- Location:
- dotfiles
- Files:
-
- 5 modified
-
git/cho45-gitconfig (modified) (1 diff)
-
rubygems/cho45-gemrc (modified) (1 diff)
-
vim/cho45/.vimrc (modified) (4 diffs)
-
zsh/cho45/.zsh/mine.zshrc (modified) (2 diffs)
-
zsh/cho45/.zshrc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/git/cho45-gitconfig
r11661 r15061 7 7 di = diff 8 8 co = checkout 9 ci = commit 9 ci = commit -v 10 10 br = branch 11 11 srd = svn rebase 12 svd = svn dcommit 12 13 lc = log ORIG_HEAD.. --stat --no-merges 13 14 hub-url = !ruby -e 'puts (%Q{http://github.com/%s/%s/tree/master/} + %x{git rev-parse --show-prefix}) % %x{git config -l}.match(%r{^remote.origin.url=git@github.com:([^/]+)/([^.]+).git}).captures' -
dotfiles/rubygems/cho45-gemrc
r4524 r15061 1 --- 2 :benchmark: false 3 :update_sources: true 4 :verbose: true 5 :sources: 6 - http://gems.rubyforge.org 7 :backtrace: false 1 8 rdoc: --template ~/coderepos/lang/ruby/rdoc/generators/template/html/resh/resh.rb --inline-source 2 9 :bulk_threshold: 1000 -
dotfiles/vim/cho45/.vimrc
r9161 r15061 108 108 109 109 " mapping 110 111 inoremap <BS> 110 112 111 113 nnoremap j gj … … 187 189 \ ], 188 190 \ } 189 let g:FuzzyFinderOptions.MruFile.max_item = 400191 let g:FuzzyFinderOptions.MruFile.max_item = 1000 190 192 191 193 nmap bg :FuzzyFinderBuffer<CR> … … 302 304 "inoremap [ [<ESC>a 303 305 306 set nofoldenable 304 307 set lazyredraw 305 308 inoremap <expr> <CR> pumvisible() ? "\<C-Y>\<CR>" : "\<CR>" … … 310 313 autocmd BufNewFile,BufRead COMMIT_EDITMSG set filetype=git | AutoComplPopDisable 311 314 315 nnoremap <C-h> :<C-u>help<Space> 316 nnoremap <C-c> :<C-u>close<CR> 317 -
dotfiles/zsh/cho45/.zsh/mine.zshrc
r14930 r15061 13 13 PROMPT_CWD=" %{[33m%}%~%{[m%}" 14 14 PROMPT_L=" 15 %{[32m%} >_<X <%{[m%}%{[m%} "15 %{[32m%} / _ / X <%{[m%}%{[m%} " 16 16 17 17 PROMPT="$PROMPT_EXIT$PROMPT_CWD$PROMPT_L" … … 106 106 fi 107 107 108 # window num -> tty の対応ができるように 109 tty > /tmp/screen-tty-$WINDOW 110 -
dotfiles/zsh/cho45/.zshrc
r14957 r15061 131 131 132 132 alias :q=exit 133 alias reload='exec zsh'134 133 135 134 autoload -U edit-command-line … … 197 196 bindkey "^x " no-magic-abbrev-expand 198 197 bindkey "^I" magic-abbrev-expand-and-normal-complete 198 199 # vim とかが露頭に迷わないように 200 function reload () { 201 local j 202 jobs > /tmp/$$-jobs 203 j=$(</tmp/$$-jobs) 204 if [ "$j" = "" ]; then 205 exec zsh 206 else 207 fg 208 fi 209 } 199 210 200 211 # http://subtech.g.hatena.ne.jp/secondlife/20080604/1212562182 … … 214 225 done 215 226 } 216 217 227 function cdrake () { 218 228 cdf "Rakefile"
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)