40 Revīzijas (27270877575fe8c3e7be5385b8b6a1e4089b39aa)

Autors SHA1 Ziņojums Datums
  Drummond Ogilvie 862be21a32 fish: use "set -gx" instead of "setenv" (#218) pirms 7 gadiem
  Yamashita, Yuu 5c2d7dc291 Use `source` in favor of `.` (fixes #175) pirms 8 gadiem
  Sean Fisk dbbbc33206 Evaluate ${PATH} when outputted code is eval'd. pirms 8 gadiem
  Yamashita, Yuu ee18ffac9f Change prompt after `activate` (#52) pirms 9 gadiem
  Yamashita, Yuu f7d1aa7d94 Allow activating first version of virtualenv even if there are multiple versions in pyenv (#105) pirms 9 gadiem
  Yamashita, Yuu 0fa5de07c9 fix broken tests pirms 9 gadiem
  Yamashita, Yuu 017d20ad91 remove unnecessary logic from init script pirms 9 gadiem
  Yamashita, Yuu 8731e9bf14 replaced `--no-error` by `--quiet` pirms 9 gadiem
  Yamashita, Yuu bf7e9ba59a Show `activating...` messages by default pirms 9 gadiem
  Yamashita, Yuu dfd1655069 add a script to hook `source activate` for Anaconda/Miniconda (#103) pirms 9 gadiem
  Daniel Hahler f594876f31 init: zsh: prepend hook to precmd_functions pirms 9 gadiem
  Bartosz Janda f657fad926 Passing return value from executed command. pirms 9 gadiem
  Jeremy a242067435 Fix pyenv-virtualenv-init script for fish where command was in string and not being evaluated pirms 9 gadiem
  Yamashita, Yuu be6701e7b6 Fix `Error: too many arguments.` on deactivating anaconda env pirms 9 gadiem
  Daniel Hahler 8ca45c0e0a init: fix shell detection when invoked from a script pirms 9 gadiem
  Daniel Hahler 2571a2b973 activate: display setup instructions only with PYENV_VIRTUALENV_INIT=0 pirms 9 gadiem
  Josh Hagins 5953ddaf64 Ignore failure of pyenv activate pirms 9 gadiem
  Daniel Hahler 2ab9483116 Use `typeset -g` with `precmd_functions` pirms 9 gadiem
  Tony Wang e04a6f88fe fix wrong output in test in fish, refs 240a1de pirms 9 gadiem
  Tony Wang 240a1de6e5 fix warns for virtualenv-init corner case on fish pirms 9 gadiem
  Tony Wang f681df6f20 fix incorrect fish syntax in pyenv-virtualenv-init pirms 9 gadiem
  Yamashita Yuu e774464ced ignore error from `pyenv-version-name` since it might fail if there is configuration error (yyuu/pyenv#291) pirms 9 gadiem
  Yamashita Yuu 2060c43387 Stop buzzy errors from embeded shell functions pirms 10 gadiem
  Yamashita Yuu d6671249b7 Should not persist `PYENV_DEACTIVATE` after automatic deactivation (#47, #48) pirms 10 gadiem
  Beau Barker 79bfc9d362 When changing from a virtualenv to "system", unset PYENV_DEACTIVATE. Previously the var remained set, which made it impossible to reactivate the previous virtualenv pirms 10 gadiem
  Pedro Algarvio 81736da905 Indent to 2 spaces. pirms 10 gadiem
  Pedro Algarvio 3ebb00414f `if [ pyenv deactivate --no-error --verbose ]` is not bourne shell compatible pirms 10 gadiem
  Pedro Algarvio 2662b5807c Fix weird bash code issue which made bash complain about "then" pirms 10 gadiem
  Yamashita Yuu 6b4d6249a0 No need to use `eval` in fish init script pirms 10 gadiem
  Yamashita Yuu 0de2cdbbc3 Should not persist `PYENV_DEACTIVATE` after failed attempt to deactivate and activate pirms 10 gadiem
  Yamashita Yuu abfda4bac9 Fix issues with manual activation of virtual environments (#34) pirms 10 gadiem
  Yamashita Yuu d4ce853e94 Display information on automatic (de)?activation pirms 10 gadiem
  Yamashita Yuu 08b4c94f85 Use `PYENV_DEACTIVATE` to store which virtualenv has been deactivated (#32) pirms 10 gadiem
  Yamashita Yuu 7079cbe979 Fix broken `setenv` in `pyenv-virtualenv-init` pirms 10 gadiem
  Yamashita Yuu d9e3adc108 Performe as same as before v20140614 if `pyenv virtualenv-init` is not configured (#26) pirms 10 gadiem
  Yamashita Yuu 21e999cc7c Fix deactivation issue with `system` version pirms 10 gadiem
  Yamashita Yuu ea120da0c5 fish: Suppress annoying stderr outputs from `pyenv-sh-activate` pirms 10 gadiem
  Yamashita Yuu af6c157a79 Add `eval "$(pyenv virtualenv-init -)"` to setup _precmd_ for user's shell pirms 10 gadiem