On Tue, Aug 4, 2009 at 5:42 PM, Daniel Baucom<[email protected]> wrote: > I can't seem to find it in the documents, does fish have support for the > xterm 256 color palette when changing colors of settings like the prompt?
I don't know, but have you tried to echo color control sequences from that palette? The prompt is defined in the function "fish_prompt". You can see how this function is defined by using the command "functions fish_prompt". The default function that comes installed with Fish is defined in /usr/share/fish/functions/fish_prompt.fish . To modify it, you need to define a function in file ~/config/fish/functions/fish_prompt.fish . Philip ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
