aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-linux-desktop
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc-linux-desktop')
-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 "