Sunday 8 July 2018

Changing Vim Home Directory

Previously I've been using vim without any problems. However a few months ago our company made some network and security updates. After that whenever I plug a network cable into my laptop, it creates a network shared drive "H" with my company name and when I try to open vim it doesn't load plugins and other things that are in my vim home directory.


I have found the reason but I don't know how to solve it. The problem is that these network updates changed our HOME directory. When I write:


echo $HOME

It prints H. Before plugging in a network cable my home was C:\Users\blabla.


How can I change my HOME variable? When I run set it prints:


C:\Windows\System32>set | findstr /R "^HOME"
HOMEDRIVE=H:
HOMEPATH=\
HOMESHARE=\\companyname\blabla\username$

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...