summary refs log tree commit diff
path: root/fish/config.fish
blob: 046e1ffa4838b622578e6fbcc6ef1ae92d91204a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
if status is-interactive
    # Commands to run in interactive sessions can go here
end

set fish_greeting

fish_add_path $HOME/Scripts

set -Ux NO_COLOR

# unset most of the colours
set fish_color_normal normal
set fish_color_command
set fish_color_quote
set fish_color_redirection
set fish_color_end
set fish_color_error
set fish_color_param
set fish_color_comment
set fish_color_match
set fish_color_selection --reverse
set fish_color_search_match --reverse
set fish_color_history_current
set fish_color_operator
set fish_color_escape
set fish_color_cwd                         # normal
set fish_color_cwd_root                    # normal
set fish_color_valid_path
set fish_color_autosuggestion --underline
set fish_color_user                        # normal
set fish_color_host                        # normal
set fish_color_cancel --reverse
set fish_pager_color_prefix --underline
set fish_pager_color_progress red
set fish_pager_color_completion            # normal
set fish_pager_color_description
set fish_pager_color_selected_background --reverse
set fish_color_host_remote
set fish_pager_color_selected_description
set fish_pager_color_selected_prefix
set fish_color_option
set fish_pager_color_secondary_background
set fish_color_keyword
set fish_pager_color_background
set fish_pager_color_secondary_description
set fish_pager_color_secondary_prefix
set fish_pager_color_selected_completion
set fish_pager_color_secondary_completion
set fish_color_status