Added zshrc

This commit is contained in:
Fergal Moran
2016-11-29 23:31:14 +00:00
parent 01ebabb643
commit 98e66ecca7
5 changed files with 99 additions and 9 deletions

View File

@@ -35,10 +35,3 @@ cb() {
function gi() { curl -L -s https://www.gitignore.io/api/\$@ ;}
function installCode(){
cd /tmp
sudo rm -rfv /opt/VSCode-linux-x64
sudo unzip /tmp/VSCode-linux-x64-stable.zip -d /opt/
sudo chown fergalm:fergalm /opt/VSCode-linux-x64 -R
sudo chown fergalm:fergalm /opt/VSCode-linux-x64
}