1
0
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:
Sorin Ionescu
2012-08-04 14:48:32 -04:00
parent 060d9064f8
commit 9a52ecb21b
20 changed files with 152 additions and 5 deletions

View File

@ -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'

View File

@ -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'