mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-10 17:04:24 +00:00
9 lines
305 B
Fish
9 lines
305 B
Fish
|
# Deactivate the default virtualenv prompt so that we can add our own
|
||
|
set --global --export VIRTUAL_ENV_DISABLE_PROMPT 1
|
||
|
|
||
|
# Whether or not is a fresh session
|
||
|
set --global _pure_fresh_session true
|
||
|
|
||
|
# Register `_pure_prompt_new_line` as an event handler fot `fish_prompt`
|
||
|
functions -q _pure_prompt_new_line
|