cleanup zsh aliases
* remove unused aliases * remove window.zsh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user