mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-01 02:41:13 +00:00
fb9a20591f
Conflicts: README.md runcoms/zshenv
20 lines
263 B
Bash
20 lines
263 B
Bash
#
|
|
# Defines Yaourt aliases.
|
|
#
|
|
# Authors:
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
#
|
|
|
|
#
|
|
# Aliases
|
|
#
|
|
|
|
# Disable color.
|
|
if ! zstyle -t ':prezto:module:pacman:yaourt' color; then
|
|
alias pacman='pacman --nocolor'
|
|
fi
|
|
|
|
# Manages .pac* files.
|
|
alias pacc='pacman -C'
|
|
|