-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example
More file actions
52 lines (42 loc) Β· 1.46 KB
/
config.example
File metadata and controls
52 lines (42 loc) Β· 1.46 KB
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
# mehshell configuration
#
# Copy to ~/.config/mehshell/config or run: mehshell config init
# After changing, restart your shell or run: source <(mehshell init zsh)
# All options default to true if not specified.
# ββ Features ββββββββββββββββββββββββββββββββββββββββββββ
# Collapse previous prompts to a simple ">" on Enter.
# Set to false to preserve full prompts with timestamps in scrollback.
transient_prompt = true
# Show cached prompt immediately on shell startup.
instant_prompt = true
# Swap prompt character on vi keymap change.
vi_mode = true
# Show Nerd Font icons. Set to false for text labels instead.
icons = true
# Prompt style: lean, classic, or rainbow.
# lean - colored text, no backgrounds (default)
# classic - powerline arrows with dark grey background
# rainbow - powerline arrows with per-segment colored backgrounds
style = lean
# ββ Left segments βββββββββββββββββββββββββββββββββββββββ
os = true
dir = true
git = true
node = true
python = true
go = true
rust = true
ruby = true
java = true
# ββ Right segments ββββββββββββββββββββββββββββββββββββββ
conda = true
venv = true
k8s = true
terraform = true
docker = true
aws = true
azure = true
gcloud = true
battery = true
duration = true
time = true