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
    
  
  
    
  | # prompt style and colors based on the halflife theme from the omz team: | |
| # https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/half-life.zsh-theme | |
| # vcs_info modifications from Bart Trojanowski's zsh prompt: | |
| # http://www.jukie.net/bart/blog/pimping-out-zsh-prompt | |
| # | |
| # git untracked files modification from Brian Carper: | |
| # https://briancarper.net/blog/570/git-info-in-your-zsh-prompt | |
| function virtualenv_info { | |
| [ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`') ' | 
  
    
      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
    
  
  
    
  | PROMPT='%{$fg[yellow]%}🍌 %n%{$reset_color%} in %{$fg[green]%}%2~ %{$fg[magenta]%}:: $(git_prompt_info)$(hg_prompt_info)%{$reset_color%}' | |
| ZSH_THEME_GIT_PROMPT_PREFIX="λ %{$fg[blue]%}git %{$fg[red]%}" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[yellow]%} :: %{$reset_color%}" | |
| ZSH_THEME_HG_PROMPT_PREFIX="λ %{$fg[blue]%}hg %{$fg[red]%}" | |
| ZSH_THEME_HG_PROMPT_SUFFIX="%{$fg[yellow]%} :: %{$reset_color%}" | 
  
    
      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
    
  
  
    
  | import java.io.*; | |
| public class BackerUpper<T extends Object> { | |
| public String path; | |
| public BackerUpper(String path) { | |
| this.path = path; | |
| } | |
| public void write(T value) throws IOException { | 
  
    
      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
    
  
  
    
  | // Place your key bindings in this file to override the defaults | |
| [ | |
| { | |
| "key": "alt+space", | |
| "command": "whichkey.show" | |
| }, | |
| { | |
| "key": "shift+alt+down", | |
| "command": "-editor.action.copyLinesDownAction", | |
| "when": "editorTextFocus && !editorReadonly" |