diff options
| author | Lucretiel <Lucretiel@users.noreply.github.com> | 2015-09-19 17:04:24 -0400 |
|---|---|---|
| committer | Lucretiel <Lucretiel@users.noreply.github.com> | 2015-09-19 17:04:24 -0400 |
| commit | bf08758ac6aaed4a4c4006cc300c1f1c179ac2db (patch) | |
| tree | b11f66bf96bc47266a28aa048987a017acce5bcf /virtualenv_embedded | |
| parent | fb5da2603c91d81a6f7d1f79b2ccfec3cf45e654 (diff) | |
| download | virtualenv-bf08758ac6aaed4a4c4006cc300c1f1c179ac2db.tar.gz | |
Fixed typo in the $status fix
Diffstat (limited to 'virtualenv_embedded')
| -rw-r--r-- | virtualenv_embedded/activate.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv_embedded/activate.fish b/virtualenv_embedded/activate.fish index 8b64d09..27d7dc6 100644 --- a/virtualenv_embedded/activate.fish +++ b/virtualenv_embedded/activate.fish @@ -62,7 +62,7 @@ if test \( -z $VIRTUAL_ENV_DISABLE_PROMPT \) end # Restore the original $status - source "exit $old_status" | source + echo "exit $old_status" | source _old_fish_prompt end |
