aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinstall.sh3
-rwxr-xr-xzsh/.zshrc3
2 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 93f7046..23f7751 100755
--- a/install.sh
+++ b/install.sh
@@ -145,6 +145,9 @@
#npm install -g caniuse-cmd
+# Install project manager prm
+#git clone https://github.com/eivind88/prm.git ~/.prm-bin
+
#install mkvirtualenv
#echo tpac virtualenvwrapper
#echo "source /usr/bin/virtualenvwrapper.sh" > ~/.zshrc
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 07017c8..c5462bb 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -25,3 +25,6 @@ export EDITOR=nvim
#export PHPBREW_SET_PROMPT=1
#export PHPBREW_RC_ENABLE=1
source /home/neodarz/.phpbrew/bashrc
+
+# project maanger prm
+alias prm='. ~/.prm-bin/prm.sh'