mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
autojump out, fasd in
This commit is contained in:
parent
41380e0a71
commit
8849d094d4
3 changed files with 18 additions and 24 deletions
|
|
@ -4,15 +4,10 @@
|
|||
# Inserts a blank line between shell prompts
|
||||
add_newline = true
|
||||
|
||||
# Use custom format
|
||||
#format = '''
|
||||
#[┌───────────────────>](bold green)
|
||||
#[│](bold green)$directory$rust$package
|
||||
#[└─>](bold green) '''
|
||||
|
||||
# Replace the '❯' symbol in the prompt with '➜'
|
||||
[character] # The name of the module we are configuring is 'character'
|
||||
success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
|
||||
[character]
|
||||
success_symbol = '[➜](bold green)'
|
||||
error_symbol = '[➜](bold red)'
|
||||
|
||||
# Disable the package module, hiding it from the prompt completely
|
||||
[package]
|
||||
|
|
@ -23,14 +18,14 @@ command_timeout = 1500
|
|||
|
||||
[git_status]
|
||||
conflicted = "⚔️ "
|
||||
ahead = "🏎️ 💨 ×${count}"
|
||||
behind = "🐢 ×${count}"
|
||||
diverged = "🔱 🏎️ 💨 ×${ahead_count} 🐢 ×${behind_count}"
|
||||
untracked = "🛤️ ×${count}"
|
||||
ahead = "🏎️ 💨 ×${count} "
|
||||
behind = "🐢 ×${count} "
|
||||
diverged = "🔱 🏎️ 💨 ×${ahead_count} 🐢 ×${behind_count} "
|
||||
untracked = "🛤️ ×${count} "
|
||||
stashed = "📦 "
|
||||
modified = "📝 ×${count}"
|
||||
staged = "🗃️ ×${count}"
|
||||
renamed = "📛 ×${count}"
|
||||
deleted = "🗑️ ×${count}"
|
||||
modified = "📝 ×${count} "
|
||||
staged = "🗃️ ×${count} "
|
||||
renamed = "📛 ×${count} "
|
||||
deleted = "🗑️ ×${count} "
|
||||
style = "bright-white"
|
||||
format = "$all_status$ahead_behind"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue