The problem
I don't want to see filenames quoted when they contain spaces.
Example
On OSX I see this when running ls
:
> ls -l
total 0
drwxr-xr-x 2 mafro staff 68 Mar 16 09:02 'dir with spaces'
drwxr-xr-x 2 mafro staff 68 Mar 16 09:02 dir_with_spaces
On my Debian box it looks like this:
> ls -l
total 8
drwxr-xr-x 2 mafro mafro 4096 Mar 16 09:02 dir with spaces
drwxr-xr-x 2 mafro mafro 4096 Mar 16 09:02 dir_with_spaces
My shell is zsh
with prezto
and a tiny amount of my own customisation. I (should) have exactly the same dotfiles on both boxes
Here's ls
. It's the same on both systems:
> which ls
ls: aliased to ls --group-directories-first --color=auto