Added sqliterc

This commit is contained in:
Fergal Moran
2016-05-02 20:37:20 +01:00
parent ccb620671f
commit 7f355f8c2b
6 changed files with 184 additions and 7 deletions

View File

@@ -32,3 +32,13 @@ cb() {
fi
fi
}
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
}