mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add ssh and key related aliases and reformat all fish files
This commit is contained in:
parent
0ef8fb571a
commit
7a361e5260
10 changed files with 72 additions and 54 deletions
|
|
@ -16,8 +16,8 @@ set -U fish_color_operator 00a6b2
|
|||
set -U fish_color_param 839496
|
||||
set -U fish_color_quote 657b83
|
||||
set -U fish_color_redirection 6c71c4
|
||||
set -U fish_color_search_match 'bryellow' '--background=black'
|
||||
set -U fish_color_selection 'white' '--bold' '--background=brblack'
|
||||
set -U fish_color_search_match 'bryellow' '--background=black'
|
||||
set -U fish_color_selection 'white' '--bold' '--background=brblack'
|
||||
set -U fish_color_status red
|
||||
set -U fish_color_user brgreen
|
||||
set -U fish_color_valid_path --underline
|
||||
|
|
@ -25,5 +25,5 @@ set -U fish_greeting
|
|||
set -U fish_key_bindings fish_vi_key_bindings
|
||||
set -U fish_pager_color_completion B3A06D
|
||||
set -U fish_pager_color_description B3A06D
|
||||
set -U fish_pager_color_prefix 'cyan' '--underline'
|
||||
set -U fish_pager_color_progress 'brwhite' '--background=cyan'
|
||||
set -U fish_pager_color_prefix 'cyan' '--underline'
|
||||
set -U fish_pager_color_progress 'brwhite' '--background=cyan'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue