I am getting this error when I am doing a cd into a directory I stored in environment variables.
But the thing is, when I cd into the same directory using the same ev using vim, I can successfully cd into that directory.
This is true for all the directories stored in ev, even the $HOME
path.
The environment variable is setup like this:
Name %dev%
Value E:\Software Development
- Commands:
cd $dev cd $HOME cd $TMP
Non of the commands are working.
But in vim..
:cd $dev does the job.
Image: