From cffff4ff003fb9f50a71e281ed7a7947c65fa040 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 20 Apr 2011 13:10:56 +0200 Subject: Several changes --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index 663c6db..d586d4a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -104,7 +104,7 @@ bindkey '\e[8~' end-of-line shot() { if [ "$1" != '' ]; then scrot -c -d 3 $1 - scp $1 xeno:www/pub/ + scp $1 xeno:public_html/pub/ rm $1 else scrot -c -d 3 -- cgit v1.2.3