diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |