Some shell fixes

This commit is contained in:
2026-07-18 22:33:23 +05:30
parent dd47827e13
commit e53b81fe55
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -10,6 +10,7 @@ export PATH="/Users/jsarthak/.antigravity/antigravity/bin:$PATH"
# Flutter SDK # Flutter SDK
export PATH="/Users/jsarthak/flutter-sdk/flutter/bin:$PATH" export PATH="/Users/jsarthak/flutter-sdk/flutter/bin:$PATH"
export PATH="/Users/jsarthak/.local/bin:$PATH"
# fzf shell integration (macOS path) # fzf shell integration (macOS path)
source <(fzf --zsh) 2>/dev/null || true source <(fzf --zsh) 2>/dev/null || true
+4 -4
View File
@@ -1,7 +1,7 @@
# starship.toml - Fully riced modern prompt config aligned with Carbonfox theme # starship.toml - Fully riced modern prompt config aligned with Carbonfox theme
format = """ 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""" $character"""
# Wait 10 milliseconds for starship to check files under the current directory. # Wait 10 milliseconds for starship to check files under the current directory.
@@ -44,12 +44,12 @@ vimcmd_symbol = "[](bold cyan)" # Use terminal cyan
[git_branch] [git_branch]
symbol = "🌱 " symbol = "🌱 "
style = "bold red" # Use terminal red style = "bold red" # Use terminal red
format = "on [$symbol$branch]($style) " format = "on [$symbol $branch]($style) "
truncation_symbol = "" truncation_symbol = ""
[git_status] [git_status]
style = "bold red" style = "bold red"
format = "([$all_status$ahead_behind]($style) )" format = "([$all_status $ahead_behind]($style) )"
conflicted = "🏳" conflicted = "🏳"
ahead = "🏎💨" ahead = "🏎💨"
behind = "😰" behind = "😰"
@@ -88,7 +88,7 @@ format = "via [$symbol$version]($style) "
[cmd_duration] [cmd_duration]
min_time = 100 min_time = 100
style = "bold yellow" style = "bold yellow"
format = "underwent [$duration]($style) " format = "took [$duration]($style) "
[status] [status]
style = "bg:blue" style = "bg:blue"