aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz/net>2018-11-23 19:50:55 +0100
committerneodarz <neodarz@neodarz/net>2018-11-23 19:50:55 +0100
commit4db37d6e9fa407a756e002c7740fbd639cb2a797 (patch)
treeb0e89afb17f9835859fc2660e1bd508086d53399
parenta59a5dcb97920d476e16d9c50c31a3bf2540c293 (diff)
downloaddotfiles_ascii-4db37d6e9fa407a756e002c7740fbd639cb2a797.tar.xz
dotfiles_ascii-4db37d6e9fa407a756e002c7740fbd639cb2a797.zip
Add project manager prm
-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'