-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathamrc.zsh
68 lines (63 loc) · 2.01 KB
/
amrc.zsh
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#!/usr/bin/env zsh
## ===> THEME
# export AM_THEME=default
## ===> SECTIONS
# export AM_VERSIONS_PROMPT=()
# export AM_GIT_SECTION=(am_git_symbol am_git_rebasing am_git_branch am_git_left_right_master am_git_commit_time am_git_rev am_git_stash am_git_left_right am_git_dirty)
# export AM_HG_SECTION=(am_hg_symbol am_hg_branch am_hg_rev)
# export AM_SVN_SECTION=(am_svn_symbol am_svn_rev)
# export AM_LEFT_SECTION=(am_space am_prompt_dir am_space)
# export AM_RIGHT_SECTION=(am_version_prompt am_vcs_prompt)
## ===> CONFIGS
# export AM_ASYNC_L_PROMPT=1
# export AM_INITIAL_LINE_FEED=0
# export AM_USE_NERD_FONT=1
# export AM_DIR_EXPANSION_LEVEL=1
## ===> SYMBOLS
# export AM_VERSION_PROMPT_SEP='|'
# export AM_JAVA_SYM='JAVA:'
# export AM_PY_SYM='PY:'
# export AM_RB_SYM='RB:'
# export AM_GO_SYM='GO:'
# export AM_ELIXIR_SYM='EX:'
# export AM_CRYSTAL_SYM='CR:'
# export AM_NODE_SYM='⬡ '
# export AM_PHP_SYM='PHP:'
# export AM_HG_SYM='H'
# export AM_SVN_SYM='S'
# export AM_SSH_SYM='[S]'
# export AM_GIT_SYM='G'
# export AM_GIT_REBASING_SYMBOL='⇋'
# export AM_GIT_PUSH_SYM='↑'
# export AM_GIT_PULL_SYM='↓'
# export AM_GIT_STASH_SYM='@'
# export AM_GIT_BARE_SYM='☢'
# export AM_PROMPT_START_TAG=''
# export AM_PROMPT_END_TAG=''
## ===> COLORS
# export AM_VCS_COLOR=248
# export AM_SSH_COLOR=143
# export AM_NORMAL_COLOR=39
# export AM_ERROR_COLOR=208
# export AM_REV_COLOR=248
# export AM_BRANCH_COLOR=78
# export AM_LEFT_RIGHT_COLOR=222
# export AM_STASH_COLOR=222
# export AM_BARE_COLOR=222
# export AM_COMMIT_SINCE_COLOR=244
# export AM_FADE_COLOR=242
# export AM_VENV_COLOR=245
# export AM_PYTHON_COLOR=40
# export AM_RUBY_COLOR=196
# export AM_JAVA_COLOR=178
# export AM_GO_COLOR=81
# export AM_ELIXIR_COLOR=81
# export AM_CRYSTAL_COLOR=8
# export AM_NODE_COLOR=2
# export AM_PHP_COLOR=5
# export AM_GRADLE_COLOR=5
# export AM_TIMER_COLOR=248
# export AM_PROMPT_START_TAG_COLOR=39
# export AM_PROMPT_END_TAG_COLOR=39
# export AM_GIT_TRACKED_COLOR=78
# export AM_GIT_UN_TRACKED_COLOR=208