mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Append alias for install build package
This commit is contained in:
parent
94551d7ffd
commit
0c17b7866b
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ if [[ -x `which makepkg` ]]; then
|
|||
alias mpkge='makepkg -e' # Use exist sources in ./src
|
||||
alias mpkgre='makepkg -R' # Only repack(use exist files in ./pkg) package
|
||||
alias mpkgf='makepkg -f' # Force rebuild package
|
||||
alias mpkgi='makepkg -i' # Install build package
|
||||
else
|
||||
# Notification if makepkg not availble
|
||||
echo "Did you enable makepkg plugin, but makepkg doesn't exist in your system(or in $PATH)."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue