Files
dotfiles/fish/.config/fish/conf.d/_pure_init.fish
2019-07-30 11:01:36 -04:00

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