aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-03-20 16:01:12 -0700
committerkatherine <shmibs@shmibbles.me>2016-03-20 16:01:12 -0700
commitc912374cb3fe8c859d73315c01576092fb1264cb (patch)
treede85e199746d12903d9f8e7c41a87bf7114faef7
parent80767cfddf3767020ee4febc4714852fc2956341 (diff)
downloaddotfiles-c912374cb3fe8c859d73315c01576092fb1264cb.tar.gz
fix ssh-scrot symlinking
-rw-r--r--.zshrc-linux-desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop
index 9a16304..1c7421e 100644
--- a/.zshrc-linux-desktop
+++ b/.zshrc-linux-desktop
@@ -144,7 +144,7 @@ ssh-scrot() {
return 1
fi
- ssh shmibbles.me "rm $folder/current 2>/dev/null; ln -s $folder/$date $folder/current"
+ ssh shmibbles.me "cd $folder; rm current 2>/dev/null; ln -s $date current"
for i in {3..1}; do
echo -n "$i "