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

View file

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

View file

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