mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Minor fix on general starship.toml
This commit is contained in:
parent
8b403c7c45
commit
1ef5283598
1 changed files with 0 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# starship.toml
|
||||
# ~/.config/starship.toml
|
||||
format = '''$os$time $username @ $hostname $directory $all$character'''
|
||||
continuation_prompt = "[$ ](bold cyan) "
|
||||
|
||||
add_newline = true
|
||||
|
||||
|
|
@ -18,11 +17,6 @@ show_always = true
|
|||
ssh_only = false
|
||||
ssh_symbol = ' '
|
||||
|
||||
[character]
|
||||
success_symbol = "[$ ](bold green)"
|
||||
error_symbol = "[$ ](bold red)"
|
||||
vimcmd_symbol = "[: ](bold green)"
|
||||
|
||||
[directory]
|
||||
truncation_length = 2
|
||||
truncate_to_repo = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue