configs  Diff

Differences From Artifact [3c2864cdb6]:

To 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]


1
2
3

4
5
6
7
8
9
10
set -g fish_greeting
set -g fish_key_bindings hybrid_bindings
set -g fish_escape_delay_ms 300


set -g fish_color_autosuggestion 303030
set -g fish_color_command 205cb3
set -g fish_color_comment 6600cc
set -g fish_color_cwd 209060
set -g fish_color_end 730099
set -g fish_color_host 176945



>







1
2
3
4
5
6
7
8
9
10
11
set -g fish_greeting
set -g fish_key_bindings hybrid_bindings
set -g fish_escape_delay_ms 300
set -g fish_cursor_unknown block

set -g fish_color_autosuggestion 303030
set -g fish_color_command 205cb3
set -g fish_color_comment 6600cc
set -g fish_color_cwd 209060
set -g fish_color_end 730099
set -g fish_color_host 176945