Tweak a few default colors

Fix the make_pkg script to actually build an installable package that doesn't immediately barf
This commit is contained in:
ridiculousfish 2012-05-29 21:14:19 -07:00
parent 0fe43eb880
commit 4afdcf56fc
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
rm -rf /tmp/fish_pkg
mkdir -p /tmp/fish_pkg/
if make install prefix=/tmp/fish_pkg/usr/local/
if make DESTDIR=/tmp/fish_pkg install
then
echo "Root written to /tmp/fish_pkg/"
if /Developer/usr/bin/packagemaker --doc ./build_tools/fish_shell.pmdoc --out ~/fish_built/fishfish.pkg

View file

@ -97,7 +97,8 @@ function __fish_config_interactive -d "Initializations that should be performed
# Regular syntax highlighting colors
set_default fish_color_normal normal
set_default fish_color_command green
set_default fish_color_command 005fd7
set_default fish_color_param 00afff
set_default fish_color_redirection normal
set_default fish_color_comment red
set_default fish_color_error red --bold