Show
Ignore:
Timestamp:
07/03/08 00:54:12 (6 months ago)
Author:
cho45
Message:

いろいろ修正したのをアップデート

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/zsh/cho45/.zshrc

    r14957 r15061  
    131131 
    132132alias :q=exit 
    133 alias reload='exec zsh' 
    134133 
    135134autoload -U edit-command-line 
     
    197196bindkey "^x " no-magic-abbrev-expand 
    198197bindkey "^I"  magic-abbrev-expand-and-normal-complete 
     198 
     199# vim とかが露頭に迷わないように 
     200function 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} 
    199210 
    200211# http://subtech.g.hatena.ne.jp/secondlife/20080604/1212562182 
     
    214225        done 
    215226} 
    216  
    217227function cdrake () { 
    218228        cdf "Rakefile"