Delete the install file after success

This commit is contained in:
Yann Esposito 2012-07-10 16:59:46 +02:00
parent 395f6effc2
commit 48255d32ea

View file

@ -9,7 +9,7 @@ If you are lazy just paste the following lines in your terminal:
cd /tmp && \
curl -O https://raw.github.com/yogsototh/zsh_functional/master/install.sh && \
chmod u+x install.sh && . ./install.sh
chmod u+x install.sh && . ./install.sh && \rm -f ./install.sh
If you want to have more control,
clone this repo to `~/.zsh/functional` and add