mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 20:09:26 +00:00
[Fix #202] Load modules all or nothing
This commit is contained in:
@ -6,6 +6,11 @@
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
# Return if requirements are not found.
|
||||
if (( ! $+commands[yum] )); then
|
||||
return 1
|
||||
fi
|
||||
|
||||
# Aliases
|
||||
alias yumc='sudo yum clean all' # Cleans the cache.
|
||||
alias yumh='yum history' # Displays history.
|
||||
|
Reference in New Issue
Block a user