Changeset 15879 for dotfiles

Show
Ignore:
Timestamp:
07/16/08 02:13:50 (4 months ago)
Author:
cho45
Message:

dotfiles 更新
nopaste など

Location:
dotfiles
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/git/cho45-gitconfig

    r15803 r15879  
    44 
    55[alias] 
    6         logg    = log -p 
     6        lop     = log -p 
    77        st      = status 
    88        di      = diff 
  • dotfiles/screen/cho45/.screenrc

    r15126 r15879  
    22 
    33# key bindings 
     4bindkey -k k1 select 0 
     5bindkey -k k2 select 1 
     6bindkey -k k3 select 2 
     7bindkey -k k4 select 3 
     8bindkey -k k5 select 4 
     9bindkey -k k6 select 5 
     10bindkey -k k7 select 6 
     11bindkey -k k8 select 7 
     12bindkey -k k9 select 8 
    413 
    514bind ^w windowlist -b 
  • dotfiles/zsh/cho45/.zshrc

    r15535 r15879  
    131131 
    132132alias :q=exit 
     133 
     134if [ `uname` = "Darwin" ]; then 
     135        alias nopaste='curl -F file=@- nopaste.com/a >&1 > >(pbcopy) > >(open `cat`) ' 
     136        alias nonopaste='pbpaste | nopaste' 
     137else 
     138        alias nopaste='curl -F file=@- nopaste.com/a' 
     139fi 
    133140 
    134141autoload -U edit-command-line