mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 02:49:25 +00:00
Increase heading readability
This commit is contained in:
@ -14,6 +14,10 @@ if (( ! $+commands[pacman] )); then
|
||||
return 1
|
||||
fi
|
||||
|
||||
#
|
||||
# Frontend
|
||||
#
|
||||
|
||||
# Get the Pacman frontend.
|
||||
zstyle -s ':omz:module:pacman' frontend '_pacman_frontend'
|
||||
|
||||
@ -25,7 +29,9 @@ if (( $+commands[$_pacman_frontend] )); then
|
||||
fi
|
||||
fi
|
||||
|
||||
#
|
||||
# Aliases
|
||||
#
|
||||
|
||||
# Installs packages from repositories.
|
||||
alias paci='sudo pacman --sync'
|
||||
|
@ -5,6 +5,10 @@
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
#
|
||||
# Aliases
|
||||
#
|
||||
|
||||
# Disable color.
|
||||
if ! zstyle -t ':omz:module:pacman:yaourt' color; then
|
||||
alias pacman='pacman --nocolor'
|
||||
|
Reference in New Issue
Block a user