Skip to content

Instantly share code, notes, and snippets.

@bukanspot
Created October 9, 2021 16:12
Show Gist options
  • Save bukanspot/291ebb7d623a760359572191228bd9e8 to your computer and use it in GitHub Desktop.
Save bukanspot/291ebb7d623a760359572191228bd9e8 to your computer and use it in GitHub Desktop.
.zshrc
PROMPT="╭─ 🍔 ${current_dir} ${git_branch}
╰─•$PR_PROMPT "
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
@bukanspot
Copy link
Author

Screenshot 2021-10-10 001445

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment