タグ

memoに関するmaekawa-tのブックマーク (2)

  • zsh/compinit - 備忘録

    .zshrcに補完のために以下の設定をする。 autoload -U compinit; compinit ここでcygwin上などでzshを使用している場合、セキュリティ警告が出る場合があります。 Ignore insecure directories and continue [ny]? こんなの。 これを回避するには上記の設定を以下のようにします。 autoload -U compinit; compinit -u compinit -uオプションは何か。 man zshcompsys に載ってます。 compinit --snip-- For security reasons compinit also checks if the completion system would use files not owned by root or by the current u

    maekawa-t
    maekawa-t 2010/03/25
    compinit -u
  • 引用符 - Wikipedia

    引用符を用いて注意喚起をしている看板(日語) 引用符(いんようふ)は、約物の一つ。文中において、他の文や語を引用していることを示す役割を果たす記号で、多くの場合一対で引用部分を囲む。引用符号とも呼ばれ、またその英語からコーテーションマーク、クォーテーションマーク、クオーテーションマーク(quotation mark、スペイン語: comillas)と呼ぶ場合も多い。

    引用符 - Wikipedia
  • 1