cleanup zsh aliases

* remove unused aliases
* remove window.zsh
This commit is contained in:
Nick Nisi
2015-06-17 15:18:20 +02:00
parent 69a938f131
commit 81e1453053
3 changed files with 1 additions and 38 deletions

View File

@@ -104,21 +104,11 @@ function extract() {
}
function scpp() {
scp "$1" nnisi@nisi.org:~/nisi.org/i;
scp "$1" nicknisi@nicknisi.com:/var/www/nicknisi.com/public_html/i;
echo "http://nicknisi.com/i/$1" | pbcopy;
echo "Copied to clipboard: http://nicknisi.com/i/$1"
}
# install a grunt plugin and save to devDependencies
function gi() {
npm install --save-dev grunt-"$@"
}
# install a grunt-contrib plugin and save to devDependencies
function gci() {
npm install --save-dev grunt-contrib-"$@"
}
# syntax highlight the contents of a file or the clipboard and place the result on the clipboard
function hl() {
if [ -z "$3" ]; then