diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-04-20 13:10:56 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-04-20 13:10:56 +0200 |
commit | cffff4ff003fb9f50a71e281ed7a7947c65fa040 (patch) | |
tree | 8de5cbdd34bb9861582c746a172da022b75b9e30 /zsh/zshrc | |
parent | 78ad48c327242c01b2f80051403dba9b903385fd (diff) |
Several changes
Diffstat (limited to 'zsh/zshrc')
-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 |