configs  Diff

Differences From Artifact [bea5458470]:

  • File fish/config.fish — part of check-in [0a734afdea] at 2020-05-09 13:10:27 on branch trunk — config.fish: Disable cursor blinking

    For whatever reason, something sets fish_cursor_unknown (and no other
    fish_cursor_* variable) to "block blink". This causes fish to always
    enable cursor blinking in terminals that support this (e.g.
    gnome-terminal), causing a blinking cursor in all apps (e.g. vim). (user: js, size: 1348) [annotate] [blame] [check-ins using]

To Artifact [5581366583]:


19
20
21
22
23
24
25

26
27
28
29
30
31
32
set -g fish_color_status --bold red
set -g fish_color_suffix 29bc7d
set -g fish_color_user 00ff00
set -g fish_color_valid_path normal
set -g fish_color_vcs 43d696
set -g fish_color_vcs_braces 29bc7d


set -g _fish_abbr_gpg gpg2
set -g _fish_abbr_vi vim

test -n "$XDG_CONFIG_HOME"
or set -x XDG_CONFIG_HOME $HOME/.config
test -n "$XDG_CACHE_HOME"
or set -x XDG_CACHE_HOME $HOME/.cache







>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
set -g fish_color_status --bold red
set -g fish_color_suffix 29bc7d
set -g fish_color_user 00ff00
set -g fish_color_valid_path normal
set -g fish_color_vcs 43d696
set -g fish_color_vcs_braces 29bc7d

set -g _fish_abbr_fsl fossil
set -g _fish_abbr_gpg gpg2
set -g _fish_abbr_vi vim

test -n "$XDG_CONFIG_HOME"
or set -x XDG_CONFIG_HOME $HOME/.config
test -n "$XDG_CACHE_HOME"
or set -x XDG_CACHE_HOME $HOME/.cache