mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 19:49:25 +00:00
Increase heading readability
This commit is contained in:
@ -10,6 +10,10 @@ if (( ! $+commands[perl] )); then
|
||||
return 1
|
||||
fi
|
||||
|
||||
#
|
||||
# Local Module Installation
|
||||
#
|
||||
|
||||
if [[ "$OSTYPE" == darwin* ]]; then
|
||||
# Perl is slow; cache its output.
|
||||
cache_file="${0:h}/cache.zsh"
|
||||
@ -35,7 +39,9 @@ if [[ "$OSTYPE" == darwin* ]]; then
|
||||
unset env_var
|
||||
fi
|
||||
|
||||
#
|
||||
# Aliases
|
||||
#
|
||||
|
||||
# General
|
||||
alias pd='perldoc'
|
||||
|
Reference in New Issue
Block a user