mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 12:48:01 +00:00
Only try to run python-info if it exists for the paradox prompt
This commit is contained in:
parent
ee249e50ee
commit
b963484fe7
@ -107,7 +107,9 @@ function prompt_paradox_precmd {
|
||||
|
||||
function prompt_paradox_preexec {
|
||||
_prompt_paradox_start_time="$SECONDS"
|
||||
python-info
|
||||
if (( $+functions[python-info] )); then
|
||||
python-info
|
||||
fi
|
||||
}
|
||||
|
||||
function prompt_paradox_setup {
|
||||
|
Loading…
Reference in New Issue
Block a user