Changeset 19760

Show
Ignore:
Timestamp:
09/23/08 18:06:35 (5 years ago)
Author:
oinume
Message:

[dotfiles/zsh/oinume] adjust

Files:
1 modified

Legend:

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

    r13629 r19760  
    2323  }     
    2424fi 
    25 function ssh_screen(){ 
    26   server=''  
    27   for arg in $@; do 
    28     server=$arg  
    29   done 
     25#function ssh_screen(){ 
     26#  server=''  
     27#  for arg in $@; do 
     28#    server=$arg  
     29#  done 
    3030#  eval server="${$#}" 
    31   screen -t $server ssh "$@" 
    32 } 
    33 if [ x$TERM = xscreen ]; then 
    34    alias ssh=ssh_screen 
    35 fi 
     31#  screen -t $server ssh "$@" 
     32#} 
     33#if [ x$TERM = xscreen ]; then 
     34#   alias ssh=ssh_screen 
     35#fi 
    3636 
    3737 
     
    133133setopt extended_glob            # ������� 
    134134setopt numeric_glob_sort        # ���ͤȲ���ƾ��祽���Ȥǽ��setopt auto_cd                  # �1���ǥ��쥯�ȥ���cd ��� 
    135 setopt correct                  # ���ڥ������ 
     135#setopt correct                  # ���ڥ������ 
    136136setopt no_checkjobs             # exit ���˥Хå����饦�����������ʤ� 
    137137setopt ignore_eof              # C-d��ogout���ʤ�(C-d����ǻȤ���� 
     
    151151bindkey '^I'    complete-word   # complete on tab, leave expansion to _expand 
    152152bindkey "^?" backward-delete-char # backspace�Ǻ� 
    153 bindkey '^P' history-beginning-search-backward # �Ƭ�ޥå�Υҥ��ȥꥵ����bindkey '^N' history-beginning-search-forward # �Ƭ�ޥå�Υҥ��ȥꥵ����bindkey "^?" backward-delete-char 
    154  
     153bindkey '^P' history-beginning-search-backward # �Ƭ�ޥå�Υҥ��ȥꥵ����bindkey '^N' history-beginning-search-forward # �Ƭ�ޥå�Υҥ��ȥꥵ���� 
    155154# tcsh��Ƭ�ޥå�Υҥ��ȥꥵ�����������뤬��� ���Ȼפ������������������뤳�Ȥ�����������C-e �Ǥ�����٤뤷 
    156155#autoload history-search-end 
     
    248247alias la='ls -a' 
    249248alias ll='ls -al' 
     249alias lh='ls -lh' 
    250250function lsl() { lscolor $* | less } 
    251251function lll() { lscolor -la $* | less } 
     
    335335 
    336336#### time 
    337 REPORTTIME=8                    # CPU���ʾ��ä�����time ��� 
     337REPORTTIME=15                    # CPU��ðʾ��ä�����time ��� 
    338338TIMEFMT="\ 
    339339    The name of this job.             :%J