summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Wadley2016-06-25 13:06:45 +0100
committerTom Wadley2016-06-25 13:06:45 +0100
commit574852714b5069430da4b226f032637c4a34fc83 (patch)
treef59c463da0d44f2abe010c4f0f0eec9f95016d31
parent1cfe43d470d7dc10eb845af1c760bfd77503fdb3 (diff)
downloadaur-574852714b5069430da4b226f032637c4a34fc83.tar.gz
Suggest .zshrc instead of .zprofile
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--nvm-git.install4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dd9db697cd0..12c1cbe049a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 13 14:41:20 UTC 2016
+# Sat Jun 25 12:05:57 UTC 2016
pkgbase = nvm-git
pkgdesc = Node Version Manager - Simple bash script to manage multiple active node.js versions (git sources)
- pkgver = 0.31.1.r2.g6dd6a0d
+ pkgver = 0.31.1.r21.gb0244a1
pkgrel = 1
url = https://github.com/creationix/nvm
install = nvm-git.install
diff --git a/PKGBUILD b/PKGBUILD
index a8814c5e2f2e..4a149bddf755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Wadley <tom@tomwadley.net>
pkgname=nvm-git
-pkgver=0.31.1.r2.g6dd6a0d
+pkgver=0.31.1.r21.gb0244a1
pkgrel=1
pkgdesc="Node Version Manager - Simple bash script to manage multiple active node.js versions (git sources)"
url="https://github.com/creationix/nvm"
diff --git a/nvm-git.install b/nvm-git.install
index b9b188a7cb03..aab3f1ff6d58 100644
--- a/nvm-git.install
+++ b/nvm-git.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
"