1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-06-11 05:44:06 +00:00
Dotfiles/fish/.config/fish/config.fish

44 lines
1.3 KiB
Fish
Raw Normal View History

2017-12-10 04:58:26 +00:00
# setup location variables
set FISH_PATH "$HOME/.config/fish"
set FLINE_PATH "$FISH_PATH/fishline"
2017-12-04 23:00:11 +00:00
2018-01-18 18:11:41 +00:00
set -gx PATH /usr/local/opt/curl/bin $PATH
set -gx PATH /usr/local/opt/openssl/bin $PATH
set -gx PATH ~/Library/Python/2.7/bin $PATH
set -gx PKG_CONFIG_PATH /usr/local/opt/openssl/lib/pkgconfig $PKG_CONFIG_PATH
2017-12-04 23:00:11 +00:00
# setup FishLine
source $FLINE_PATH/init.fish
2017-12-10 04:58:26 +00:00
source $FISH_PATH/fishline_colors.fish
2017-12-05 19:42:45 +00:00
set FLCLR_USER_BG blue
set FLCLR_USER_FG white
2017-12-10 04:58:26 +00:00
# setup colors
set -gx GCC_COLORS 'error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
set -gx CLICOLOR 1
set -gx LSCOLORS 'ExcxdxfxgxxexcxdxfBxBx'
2018-02-10 08:21:05 +00:00
set fish_color_autosuggestion 'brblack'
set fish_color_cancel -r
set fish_color_command --bold
set fish_color_comment red
set fish_color_cwd green
set fish_color_cwd_root red
set fish_color_end brmagenta
set fish_color_error brred
set fish_color_escape 'bryellow' '--bold'
set fish_color_history_current --bold
set fish_color_host normal
set fish_color_match --background=brblue
set fish_color_normal normal
set fish_color_operator bryellow
set fish_color_param cyan
set fish_color_quote yellow
set fish_color_redirection brblue
set fish_color_search_match 'bryellow' '--background=brblack'
set fish_color_selection 'white' '--bold' '--background=brblack'
set fish_color_user brgreen
set fish_color_valid_path --underline