ソースを参照

Updated documentation pyenv init for fish shell comform to readme. (#1703)

pull/1814/head
M. Smits 4年前
committed by GitHub
コミット
71d2e4549e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      libexec/pyenv-init
  2. +1
    -1
      test/init.bats

+ 1
- 1
libexec/pyenv-init ファイルの表示

@ -70,7 +70,7 @@ if [ -z "$print" ]; then
echo
case "$shell" in
fish )
echo 'status --is-interactive; and source (pyenv init -|psub)'
echo 'pyenv init - | source'
;;
* )
echo 'eval "$(pyenv init -)"'

+ 1
- 1
test/init.bats ファイルの表示

@ -53,7 +53,7 @@ OUT
@test "fish instructions" {
run pyenv-init fish
assert [ "$status" -eq 1 ]
assert_line 'status --is-interactive; and source (pyenv init -|psub)'
assert_line 'pyenv init - | source'
}
@test "option to skip rehash" {

読み込み中…
キャンセル
保存