david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 18.01.2013 14:58

This commit is contained in:
david 2013-01-18 14:58:35 +01:00
parent 25ad6ba9f1
commit a346e21f4b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ myzsh is basically my personal zsh config including a couple of features i fancy
###installation
```bash
wget https://bitbucket.org/beyondthewall/myzsh/raw/master/install.sh \
wget https://bitbucket.org/beyondthewall/myzsh/raw/master/install.sh; \
chmod +x install.sh; ./install.sh; rm install.sh
```