Sublime Forum

Can't save file that is symlink to another file

#1

Hi.

I have a file .bashrc, which is a symlink to another file:

:~$ readlink .bashrc Dropbox/linux-settings/bashrc :~$ ls -la .bashrc lrwxrwxrwx 1 vpavlenko vpavlenko 29 февр. 2 2012 .bashrc -> Dropbox/linux-settings/bashrc*

I opened a file “.bashrc” in Sublime Text 3 (Build 3019), edited it and tried to save. And failed with message “Unable to save ~/.bashrc”.

Two things are available for me nevertheless:

  1. I can save my changes directly to “Dropbox/linux-settings/bashrc”
  2. I can save it to yet nonexistent hidden file in my home directory (eg. ‘.gachrc’)
0 Likes