Only try to run python-info if it exists for the paradox prompt

main
Kaleb Elwert 8 years ago
parent ee249e50ee
commit b963484fe7

@ -107,7 +107,9 @@ function prompt_paradox_precmd {
function prompt_paradox_preexec {
_prompt_paradox_start_time="$SECONDS"
if (( $+functions[python-info] )); then
python-info
fi
}
function prompt_paradox_setup {

Loading…
Cancel
Save