Some shell fixes
This commit is contained in:
@@ -10,6 +10,7 @@ export PATH="/Users/jsarthak/.antigravity/antigravity/bin:$PATH"
|
||||
|
||||
# Flutter SDK
|
||||
export PATH="/Users/jsarthak/flutter-sdk/flutter/bin:$PATH"
|
||||
export PATH="/Users/jsarthak/.local/bin:$PATH"
|
||||
|
||||
# fzf shell integration (macOS path)
|
||||
source <(fzf --zsh) 2>/dev/null || true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# starship.toml - Fully riced modern prompt config aligned with Carbonfox theme
|
||||
|
||||
format = """
|
||||
$os$username$hostname$directory$git_branch$git_state$git_status$python$nodejs$rust$golang$cmd_duration$line_break\
|
||||
$os$username$hostname$directory$git_branch$git_state$git_status$cmd_duration$line_break\
|
||||
$character"""
|
||||
|
||||
# Wait 10 milliseconds for starship to check files under the current directory.
|
||||
@@ -88,7 +88,7 @@ format = "via [$symbol$version]($style) "
|
||||
[cmd_duration]
|
||||
min_time = 100
|
||||
style = "bold yellow"
|
||||
format = "underwent [$duration]($style) "
|
||||
format = "took [$duration]($style) "
|
||||
|
||||
[status]
|
||||
style = "bg:blue"
|
||||
|
||||
Reference in New Issue
Block a user