Commit 3be7270 Wei Dai
committed
1 parent 4cea2f1 commit 3be7270 Copy full SHA for 3be7270
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ cp `f mov` .
71
71
72
72
# Install
73
73
74
- Download fasd 0.5.1 from GitHub:
75
- [ zip] ( https://github.com/clvv/fasd/zipball/0.5.1 ) ,
76
- [ tar.gz] ( https://github.com/clvv/fasd/tarball/0.5.1 ) .
74
+ Download fasd 0.5.2 from GitHub:
75
+ [ zip] ( https://github.com/clvv/fasd/zipball/0.5.2 ) ,
76
+ [ tar.gz] ( https://github.com/clvv/fasd/tarball/0.5.2 ) .
77
77
78
78
Fasd is a self-contained POSIX shell script that can be either sourced or
79
79
executed. A Makefile is provided to install ` fasd ` and ` fasd.1 ` to desired
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ fasd() {
60
60
61
61
auto) cat << EOS
62
62
{ if compctl; then # zsh
63
- eval "\$ (fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-I \
64
- zsh-wcomp zsh-wcomp-I )"
63
+ eval "\$ (fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install \
64
+ zsh-wcomp zsh-wcomp-install )"
65
65
elif complete; then # bash
66
- eval "\$ (fasd --init posix-alias bash-hook bash-ccomp bash-ccomp-I )"
66
+ eval "\$ (fasd --init posix-alias bash-hook bash-ccomp bash-ccomp-install )"
67
67
else # posix shell
68
68
eval "\$ (fasd --init posix-alias posix-hook)"
69
69
fi
487
487
while [ " $1 " ]; do case " $1 " in
488
488
--complete) [ " $2 " = " --" ] && shift ; set -- $( echo $2 ) ; local list=1 r=r;;
489
489
--query) fasd " $@ " ;;
490
- --version) echo " 0.5.1 " ; return 0;;
490
+ --version) echo " 0.5.2 " ; return 0;;
491
491
--) while [ " $2 " ]; do shift ; fnd=" $fnd $1 " ; last=" $1 " ; done ;;
492
492
-* ) local o=" ${1# -} " ; while [ " $o " ]; do case " $o " in
493
493
s* ) local show=1;;
You can’t perform that action at this time.
0 commit comments