We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I moved the location of the Documents folder to save space on my SSD.
When I run ls in my home directory, I get ls: My Documents: No such file or directory. Moving the Documents folder back fixes this.
ls
ls: My Documents: No such file or directory
I've also moved the Downloads, Music, Pictures, and Videos folders to my HDD, but only the Documents folder gives this error.
I'm on Windows 8.1.
The text was updated successfully, but these errors were encountered:
Did this start happening when you moved your Documents folder? I haven't moved mine and I don't have the error.
Sorry, something went wrong.
I installed cmder after moving my Documents folder, but moving it back fixes it, so I'm assuming moving the folder causes it.
EDIT: After fiddling with the alias for ls, I found that only ls --color gives this error, but not plain ls.
ls --color
EDIT 2: I fixed this issue on my machine by replacing the ls.exe from the bundled msysgit with the one from https://u-tools.com/msls.asp.
ls.exe
Hopefully the newer tools included will fix this as we update cmder dependencies.
No branches or pull requests
I moved the location of the Documents folder to save space on my SSD.
When I run
ls
in my home directory, I getls: My Documents: No such file or directory
.Moving the Documents folder back fixes this.
I've also moved the Downloads, Music, Pictures, and Videos folders to my HDD, but only the Documents folder gives this error.
I'm on Windows 8.1.
The text was updated successfully, but these errors were encountered: