mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Use starship
This commit is contained in:
parent
e440b85d84
commit
1b66571411
14 changed files with 967 additions and 97 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# starship.toml
|
||||
# ~/.config/starship.toml
|
||||
format = '''$os$time $username @ $hostname $directory $all$character'''
|
||||
continuation_prompt = "[$ ](bold cyan) "
|
||||
|
||||
add_newline = true
|
||||
|
||||
|
|
@ -18,9 +19,9 @@ ssh_only = false
|
|||
ssh_symbol = ' '
|
||||
|
||||
[character]
|
||||
success_symbol = "[PS > ](bold green)"
|
||||
error_symbol = "[PS > ](bold red)"
|
||||
vimcmd_symbol = "[Vi > ](bold green)"
|
||||
success_symbol = "[$ ](bold green)"
|
||||
error_symbol = "[$ ](bold red)"
|
||||
vimcmd_symbol = "[: ](bold green)"
|
||||
|
||||
[directory]
|
||||
truncation_length = 2
|
||||
|
|
@ -29,6 +30,14 @@ read_only = " "
|
|||
style ="bold cyan"
|
||||
truncation_symbol = ".../"
|
||||
|
||||
[directory.substitutions]
|
||||
"~/Documents" = " "
|
||||
"~/Downloads" = " "
|
||||
"~/Music" = " "
|
||||
"~/Pictures" = " "
|
||||
"Source" = " "
|
||||
"src" = " "
|
||||
|
||||
[aws]
|
||||
symbol = " "
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue