AutoYADM commit: 2025-03-28 13:55:17

This commit is contained in:
Daniel Fichtinger 2025-03-28 13:55:17 -04:00
parent 61d8c3f4f7
commit 5f2f9501d0
3 changed files with 5 additions and 2 deletions

View file

@ -7,6 +7,6 @@ direnv hook fish | source
zoxide init fish | source zoxide init fish | source
thefuck --alias | source thefuck --alias | source
set -x PATH $HOME/.local/bin $PATH set -x PATH $HOME/.local/bin $PATH
fish_vi_cursor # fish_vi_cursor
# set -Ux TERM xterm-256color # set -Ux TERM xterm-256color
# set -gx TERM xterm-256color # set -gx TERM xterm-256color

View file

@ -30,6 +30,9 @@ SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen SETUVAR fish_color_user:brgreen
SETUVAR fish_color_valid_path:\x2d\x2dunderline SETUVAR fish_color_valid_path:\x2d\x2dunderline
SETUVAR fish_cursor_default:line SETUVAR fish_cursor_default:line
SETUVAR fish_cursor_insert:line
SETUVAR fish_cursor_replace_one:underscore
SETUVAR fish_cursor_visual:block
SETUVAR fish_greeting: SETUVAR fish_greeting:
SETUVAR fish_key_bindings:fish_default_key_bindings SETUVAR fish_key_bindings:fish_default_key_bindings
SETUVAR fish_pager_color_background:\x1d SETUVAR fish_pager_color_background:\x1d

View file

@ -80,7 +80,7 @@ label-letters=tnserigmdhcao
# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[] # uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]
[cursor] [cursor]
style=block style=beam
# blink=yes # blink=yes
# blink-rate=600 # blink-rate=600
# beam-thickness=0.5 # beam-thickness=0.5