mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 18:59:26 +00:00
Increase heading readability
This commit is contained in:
@ -11,7 +11,9 @@ if [[ "$OSTYPE" != darwin* ]]; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
#
|
||||
# Paths
|
||||
#
|
||||
|
||||
# Set the list of directories that info searches for manuals.
|
||||
infopath=(
|
||||
@ -31,7 +33,10 @@ path=(
|
||||
$path
|
||||
)
|
||||
|
||||
#
|
||||
# Aliases
|
||||
#
|
||||
|
||||
alias portc='sudo port clean --all installed'
|
||||
alias porti='sudo port install'
|
||||
alias ports='port search'
|
||||
|
Reference in New Issue
Block a user