summarylogtreecommitdiffstats
path: root/nvm-git.install
diff options
context:
space:
mode:
authorTom Wadley2016-06-25 13:06:45 +0100
committerTom Wadley2016-06-25 13:06:45 +0100
commit574852714b5069430da4b226f032637c4a34fc83 (patch)
treef59c463da0d44f2abe010c4f0f0eec9f95016d31 /nvm-git.install
parent1cfe43d470d7dc10eb845af1c760bfd77503fdb3 (diff)
downloadaur-574852714b5069430da4b226f032637c4a34fc83.tar.gz
Suggest .zshrc instead of .zprofile
Diffstat (limited to 'nvm-git.install')
-rw-r--r--nvm-git.install4
1 files changed, 2 insertions, 2 deletions
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
"