Last active
          July 10, 2025 01:13 
        
      - 
      
- 
        Save garlic0x1/b18439c9f8959ad3c9c2775d0caaab70 to your computer and use it in GitHub Desktop. 
    zsh prompt
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | NEWLINE=$'\n' | |
| autoload -Uz vcs_info | |
| precmd() { vcs_info } | |
| zstyle ':vcs_info:git:*' formats '%b ' | |
| setopt PROMPT_SUBST | |
| PROMPT='${NEWLINE}%F{green}%*%f %F{blue}%~%f %F{red}${vcs_info_msg_0_}%f${NEWLINE}λ ' | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment