Update skel to handle minimal environments.

This commit is contained in:
David Tomaschik
2018-05-07 22:25:17 -07:00
parent 5e3d133f8b
commit a02825fb1f
2 changed files with 33 additions and 17 deletions

View File

@@ -51,7 +51,9 @@ function prompt_matir_setup {
function prompt_matir_precmd {
vcs_info
python-info
if (( $+functions[python-info] )); then
python-info
fi
}
### git: Show marker (*) if there are untracked files in repository