mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
Adding starship prompt.
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
# Don't print a new line at the start of the prompt
|
||||||
|
add_newline = false
|
||||||
|
|
||||||
|
# Make prompt a single line instead of two lines
|
||||||
|
[line_break]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
# Replace the "❯" symbol in the prompt with "➜"
|
||||||
|
# [character] # The name of the module we are configuring is "character"
|
||||||
|
# success_symbol = "[➜](bold green)" # The "success_symbol" is set to "➜" with color "bold green"
|
||||||
|
|
||||||
|
# Use custom format
|
||||||
|
# format = """
|
||||||
|
# [┌───────────────────>](bold green)
|
||||||
|
# [│](bold green)$directory$rust$package
|
||||||
|
# [└─>](bold green) """
|
||||||
|
|
||||||
|
# Disable the package module, hiding it from the prompt completely
|
||||||
|
[package]
|
||||||
|
disabled = true
|
||||||
Reference in New Issue
Block a user