我最近在 OpenBSD misc 邮件列表上读到了这个:
"John Darrah" writes:
> Hi. Would it be possible to get SSL on the OpenBSD website(s)?
> It would be just a couple lines to change in nginx.conf/httpd.conf.
> SSL certificates are free from Startcom and cheap from other vendors.
> It would be really nice to have, even if it's not the default. I feel naked
> viewing the site over plain http. Thanks.
If you want encrypted access to the OpenBSD web site, do …
Run Code Online (Sandbox Code Playgroud) 我的 .cvsrc 中有:
cvs -q -e vim
Run Code Online (Sandbox Code Playgroud)
我想创建一个别名(比如 my-vim 或类似的东西):
alias my-vim="vim -S ~/myscript.vim"
Run Code Online (Sandbox Code Playgroud)
并且做
cvs -q -e my-vim
Run Code Online (Sandbox Code Playgroud)
不幸的是,这行不通。我该怎么做才能使别名在cvs -e
参数内工作?