Upload files to ".config"
parent
e9d480eec1
commit
ec8cb96b9c
|
@ -1,16 +1,14 @@
|
||||||
[status]
|
[status]
|
||||||
error_symbol = ""
|
|
||||||
format = """
|
|
||||||
[$directory](bold cyan)($git_branch$git_state$git_status$git_metrics)
|
|
||||||
$time $hostname $username [»](bold green) """
|
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
style = "bold green"
|
style = "bold green"
|
||||||
format = "[\\[[$symbol$branch$tag](bold green)\\]](bold white)"
|
format = "[[$symbol$branch$tag](bold green)](bold white)"
|
||||||
symbol = "\ue725 "
|
symbol = "\ue725"
|
||||||
|
disabled = true
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
format = ' ([\[$conflicted$deleted$renamed$modified$staged$untracked$ahead_behind\]]($style))'
|
format = '([$conflicted$deleted$renamed$modified$staged$untracked$ahead_behind]($style))'
|
||||||
|
disabled = true
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "bold cyan"
|
style = "bold cyan"
|
||||||
|
@ -20,6 +18,7 @@ fish_style_pwd_dir_length = 1
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
scan_for_pyfiles = false
|
scan_for_pyfiles = false
|
||||||
|
disabled = true
|
||||||
|
|
||||||
[ruby]
|
[ruby]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
@ -27,11 +26,6 @@ disabled = true
|
||||||
[swift]
|
[swift]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
#[hostname]
|
|
||||||
#ssh_only = false
|
|
||||||
#format = "[$hostname]($style)"
|
|
||||||
#style = "bold white"
|
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
show_always = true
|
show_always = true
|
||||||
style_user = "bold white"
|
style_user = "bold white"
|
||||||
|
|
Loading…
Reference in New Issue