Changeset 15061 for dotfiles/zsh/cho45/.zshrc
- Timestamp:
- 07/03/08 00:54:12 (6 months ago)
- Files:
-
- 1 modified
-
dotfiles/zsh/cho45/.zshrc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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)