Changeset 19760
- Timestamp:
- 09/23/08 18:06:35 (5 years ago)
- Files:
-
- 1 modified
-
dotfiles/zsh/oinume/.zshrc (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/zsh/oinume/.zshrc
r13629 r19760 23 23 } 24 24 fi 25 function ssh_screen(){26 server=''27 for arg in $@; do28 server=$arg29 done25 #function ssh_screen(){ 26 # server='' 27 # for arg in $@; do 28 # server=$arg 29 # done 30 30 # eval server="${$#}" 31 screen -t $server ssh "$@"32 }33 if [ x$TERM = xscreen ]; then34 alias ssh=ssh_screen35 fi31 # screen -t $server ssh "$@" 32 #} 33 #if [ x$TERM = xscreen ]; then 34 # alias ssh=ssh_screen 35 #fi 36 36 37 37 … … 133 133 setopt extended_glob # ������� 134 134 setopt numeric_glob_sort # ���ͤȲ���ƾ��祽���Ȥǽ��setopt auto_cd # �1���ǥ��쥯�ȥ���cd ��� 135 setopt correct # ���ڥ������135 #setopt correct # ���ڥ������ 136 136 setopt no_checkjobs # exit ���˥Хå����饦�����������ʤ� 137 137 setopt ignore_eof # C-d��ogout���ʤ�(C-d����ǻȤ���� … … 151 151 bindkey '^I' complete-word # complete on tab, leave expansion to _expand 152 152 bindkey "^?" backward-delete-char # backspace�Ǻ� 153 bindkey '^P' history-beginning-search-backward # �Ƭ�ޥå�Υҥ��ȥꥵ����bindkey '^N' history-beginning-search-forward # �Ƭ�ޥå�Υҥ��ȥꥵ����bindkey "^?" backward-delete-char 154 153 bindkey '^P' history-beginning-search-backward # �Ƭ�ޥå�Υҥ��ȥꥵ����bindkey '^N' history-beginning-search-forward # �Ƭ�ޥå�Υҥ��ȥꥵ���� 155 154 # tcsh��Ƭ�ޥå�Υҥ��ȥꥵ�����������뤬��� ���Ȼפ������������������뤳�Ȥ�����������C-e �Ǥ�����٤뤷 156 155 #autoload history-search-end … … 248 247 alias la='ls -a' 249 248 alias ll='ls -al' 249 alias lh='ls -lh' 250 250 function lsl() { lscolor $* | less } 251 251 function lll() { lscolor -la $* | less } … … 335 335 336 336 #### time 337 REPORTTIME= 8 # CPU���ʾ��ä�����time ���337 REPORTTIME=15 # CPU��ðʾ��ä�����time ��� 338 338 TIMEFMT="\ 339 339 The name of this job. :%J
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)