From 73004f978c31313d27f123b7f98f11fa8a8c6b90 Mon Sep 17 00:00:00 2001 From: fbt Date: Wed, 25 Feb 2015 16:17:02 +0300 Subject: [PATCH] zpac is now PRM --- README.md | 10 +++++----- zpac | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 65a9b67..7b13312 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -zpac ----- +prm +--- A very simple AUR/ABS helper. Doesn't build packages, only gets the sources. -Usage: zpac [flags] +Usage: prm [flags] Flags: -h Show this message. -s Search for . @@ -12,5 +12,5 @@ Flags: -f Force downloading package sources even if they are already present in the working directory. -w Set the working directory. -You can override any value in the script in \$HOME/.config/zpac.rc.sh -By default zpac downloads the sources into the current directory. Controlled by `$cfg_workdir`. +You can override any value in the script in \$HOME/.config/prm.rc.sh +By default prm downloads the sources into the current directory. Controlled by `$cfg_workdir`. diff --git a/zpac b/zpac index 3ab382a..c7d66b6 100755 --- a/zpac +++ b/zpac @@ -170,8 +170,8 @@ set_argv() { } main() { - if [[ -f "$HOME/.config/zpac.rc.sh" ]]; then - source "$HOME/.config/zpac.rc.sh" + if [[ -f "$HOME/.config/prm.rc.sh" ]]; then + source "$HOME/.config/prm.rc.sh" fi while (( $# )); do