Recently, I changed the bash setting a bit and I noticed a small but unpleasant problem. When I enter $ ls -amy home directory, it lists all the files and directories one by one per line, not normal two or three per line. What is particularly strange is that this does not happen to $ lsor $ ls -ato any other directory that is standard.
This only happens with the flag -awhen in my home directory. Has anyone else encountered this problem and received any advice on how to solve it?
source
share