From c912374cb3fe8c859d73315c01576092fb1264cb Mon Sep 17 00:00:00 2001
From: katherine <shmibs@shmibbles.me>
Date: Sun, 20 Mar 2016 16:01:12 -0700
Subject: fix ssh-scrot symlinking

---
 .zshrc-linux-desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.zshrc-linux-desktop')

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 "
-- 
cgit v1.2.3