Prompt from pipe to lambda.

This commit is contained in:
Gabriel Simmer 2020-10-20 17:42:03 +01:00
parent c3bc837cc0
commit 8970bd5b37
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9
3 changed files with 9 additions and 5 deletions

View file

@ -3,14 +3,14 @@ add_newline = true
format = """
[ $username$hostname](bold green)
[](bold green) $directory\
$git_status$git_branch \
$git_status$git_branch\
$golang$python$rust
[ $character](bold green)"""
[character]
success_symbol = "[|](bold green)"
error_symbol = "[|](bold red)"
success_symbol = "[𝝺](bold green)"
error_symbol = "[𝝺](bold red)"
[username]
format = "$user"
@ -18,7 +18,7 @@ disabled = false
show_always = true
[git_branch]
format = "[$symbol$branch]($style)"
format = "[$symbol$branch]($style) "
style = "bold yellow"
[git_status]

View file

@ -6,6 +6,7 @@
"installed_packages":
[
"Bats",
"Dartlight",
"Dockerfile Syntax Highlighting",
"Emmet",
"Gitmoji",
@ -17,6 +18,7 @@
"LSP-typescript",
"LSP-yaml",
"Markdown Extended",
"Markdown Table Formatter",
"Package Control",
"Rust Enhanced",
"SublimeCodeIntel",
@ -24,6 +26,7 @@
"Terraform",
"Theme - Monokai Pro",
"TOML",
"TypeScript Syntax"
"TypeScript Syntax",
"Vue Syntax Highlight"
]
}

View file

@ -4,6 +4,7 @@
"font_size": 12,
"ignored_packages":
[
"LSP-bash",
"Rust",
"Vintage"
],