Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JY8752 committed Mar 30, 2024
1 parent 6c25f97 commit cf91628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export PATH="$BUN_INSTALL/bin:$PATH"

function config_rprompt() {
project_id=$(awk '/project/{print $3}' ~/.config/gcloud/configurations/config_default)
PS1="%F{135}[${project_id}]%f $PS1"
PS1="%F{214}[${project_id}]%f $PS1"
}

# The following function is executed when the terminal is first started.
Expand Down

0 comments on commit cf91628

Please sign in to comment.