1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-09-01 18:24:06 +00:00
Dotfiles/fish/.config/fish/config.fish

15 lines
418 B
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
# 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'