summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Wadley2016-06-25 13:03:20 +0100
committerTom Wadley2016-06-25 13:06:06 +0100
commit87ced1dd0c54fbac748533016e7a86841b2ecc2d (patch)
tree6192038abf239993cf15d3a283c314a62c8ce7ec
parentdfea6511c11b078b3b8907718784b15d82e001a2 (diff)
downloadaur-87ced1dd0c54fbac748533016e7a86841b2ecc2d.tar.gz
Suggest .zshrc instead of .zprofile
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--nvm.install4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abcbe2ed06e7..a6c613d205ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 13 14:46:24 UTC 2016
+# Sat Jun 25 12:05:33 UTC 2016
pkgbase = nvm
pkgdesc = Node Version Manager - Simple bash script to manage multiple active node.js versions
pkgver = 0.31.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/creationix/nvm
install = nvm.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0d22772a3aa6..8f8f426795e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nvm
pkgver=0.31.1
-pkgrel=2
+pkgrel=3
pkgdesc="Node Version Manager - Simple bash script to manage multiple active node.js versions"
url="https://github.com/creationix/nvm"
arch=('any')
diff --git a/nvm.install b/nvm.install
index b9b188a7cb03..aab3f1ff6d58 100644
--- a/nvm.install
+++ b/nvm.install
@@ -5,7 +5,7 @@ You need to source nvm before you can use it. Do one of the following
or similar depending on your shell (and then restart your shell):
echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.bashrc
- echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.zprofile
+ echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.zshrc
You can now install node.js versions (e.g. nvm install 5.0) and
activate them (e.g. nvm use 5.0). You may want to activate your
@@ -29,7 +29,7 @@ post_remove() {
echo "
Don't forget to clean up any lines added to your shell's startup script!
-For example, from your .bashrc (or .zprofile etc.), delete the line:
+For example, from your .bashrc (or .zshrc etc.), delete the line:
source /usr/share/nvm/init-nvm.sh
"