On Mon, May 17, 2010 at 4:55 PM, Wai Yan Pong <[email protected]> wrote:
>    set LS_COLORS 'di=00;32:'
>    in config.fish but it doesn't make a different when I type ls.

Which OS/distro are you using?

In Mac OS X, I did:

    set -Ux LSCOLORS Exfxcxdxbxegedabagacad

once (notice the lack of underscore; check man ls), and I have this function:

    function ls
        ls -FG $argv
    end

Ronny

------------------------------------------------------------------------------

_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to