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
| digraph G { | |
| lb[label="load balancer"]; | |
| oldfe[label="mixer\n(old-fe)"]; | |
| subgraph external { | |
| node[color="green"]; | |
| edge[color="green"]; | |
| graph[label="external services",style="solid"]; | |
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
| # | |
| # Sobole ZSH Theme | |
| # | |
| # Author: Nikita Sobolev, github.com/sobolevn | |
| # License: WTFPL | |
| # https://github.com/sobolevn/sobole-zsh-theme | |
| # ---------------------------------------------------------------------------- | |
| # PROMPT settings | |
| # These settings changes how your terminal prompt looks like |