-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapply-settings.fish
executable file
·53 lines (44 loc) · 1.49 KB
/
apply-settings.fish
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
50
51
52
53
#!/opt/homebrew/bin/fish
# setup fish universal variables
set -U fish_color_autosuggestion 555 yellow
set -U fish_color_command 5f87d7
set -U fish_color_comment 808080
set -U fish_color_cwd 87af5f
set -U fish_color_cwd_root 5f0000
set -U fish_color_error 870000 --bold
set -U fish_color_escape af5f5f
set -U fish_color_history_current 87afd7
set -U fish_color_host 5f87af
set -U fish_color_match d7d7d7 --background=303030
set -U fish_color_normal normal
set -U fish_color_operator d7d7d7
set -U fish_color_param 5f87af
set -U fish_color_quote d7af5f
set -U fish_color_redirection normal
set -U fish_color_search_match --background=purple
set -U fish_color_status 5f0000
set -U fish_color_user 5f875f
set -U fish_color_valid_path --underline
set -U fish_color_dimmed 555
set -U fish_color_separator 999
set -U fish_color_git_clean green
set -U fish_color_git_staged yellow
set -U fish_color_git_dirty red
set -U fish_color_git_added green
set -U fish_color_git_copied magenta
set -U fish_color_git_deleted 666
set -U fish_color_git_modified blue
set -U fish_color_git_renamed magenta
set -U fish_color_git_unmerged yellow
set -U fish_color_git_untracked red
set -U fish_greeting ""
set -U fish_pager_color_completion normal
set -U fish_pager_color_description 555 yellow
set -U fish_pager_color_prefix cyan
set -U fish_pager_color_progress cyan
# abbreviations
# List: long format, include dot files, human-friendly file sizes
abbr --add la ls -lAh
abbr --add g git
abbr --add gaa git a --all
abbr --add t trash