diff options
author | katherine <shmibs@shmibbles.me> | 2016-03-20 16:01:12 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-03-20 16:01:12 -0700 |
commit | c912374cb3fe8c859d73315c01576092fb1264cb (patch) | |
tree | de85e199746d12903d9f8e7c41a87bf7114faef7 /.zshrc-linux-desktop | |
parent | 80767cfddf3767020ee4febc4714852fc2956341 (diff) | |
download | dotfiles-c912374cb3fe8c859d73315c01576092fb1264cb.tar.gz |
fix ssh-scrot symlinking
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r-- | .zshrc-linux-desktop | 2 |
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 " |