mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 19:49:25 +00:00
general: Miscellaneous documentation updates
- Add missing documentation for options and environment variables - Rearrange definition and documentation of 'Options', 'Variables' and 'Aliases' in a consistent order
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
Homebrew
|
||||
========
|
||||
|
||||
Defines Homebrew specific shell environment variables and aliases.
|
||||
Defines Homebrew specific environment variables and aliases.
|
||||
|
||||
Environment Variables
|
||||
---------------------
|
||||
Variables
|
||||
---------
|
||||
|
||||
Execute the following to list the environment variables loaded in the shell:
|
||||
|
||||
|
@ -11,7 +11,7 @@ if [[ "$OSTYPE" != (darwin|linux)* ]]; then
|
||||
fi
|
||||
|
||||
#
|
||||
# Environmental Variables
|
||||
# Variables
|
||||
#
|
||||
|
||||
# Load standard Homebrew shellenv into the shell session.
|
||||
|
Reference in New Issue
Block a user