mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
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:
parent
0fe43eb880
commit
4afdcf56fc
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue