You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.2 KiB
Fish

# setup location variables
set FISH_PATH $HOME/.config/fish
set FLINE_PATH $FISH_PATH/fishline
set -gx PATH ~/.rvm/bin $PATH
set -gx XDG_CONFIG_HOME "$HOME/.config"
# setup FishLine
source $FLINE_PATH/init.fish
source $FISH_PATH/fishline_colors.fish
set FLCLR_USER_BG yellow
set FLCLR_USER_FG black
# 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 'di=1;34:ln=32:so=33:pi=35:ex=36:bd=0;44:cd=0;42:su=0;43:sg=0;45:tw=1;31:ow=1;31'
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