mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 15:09:25 +00:00
Add comments into each of the function files to make them easier to find
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
# function python-info {
|
||||
|
||||
local virtualenv_format
|
||||
local virtualenv_formatted
|
||||
|
||||
@ -19,3 +21,5 @@ if [[ -n "$VIRTUAL_ENV" ]]; then
|
||||
zformat -f virtualenv_formatted "$virtualenv_format" "v:${VIRTUAL_ENV:t}"
|
||||
python_info[virtualenv]="$virtualenv_formatted"
|
||||
fi
|
||||
|
||||
# }
|
||||
|
Reference in New Issue
Block a user