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
    
  
  
    
  | { [Error: Cannot find module './build/Release/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } | |
| { [Error: Cannot find module './build/default/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } | |
| { [Error: Cannot find module './build/Debug/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } | |
| { [Error: Cannot find module './build/Release/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } | |
| { [Error: Cannot find module './build/default/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } | |
| { [Error: Cannot find module './build/Debug/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } | 
  
    
      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
    
  
  
    
  | # curl --remote-name https://gist.githubusercontent.com/kudotty/3405d36709fede91ba8fec0adfd50c04/raw/.editorconfig | |
| # [Atom] Disable Whitespace core package | |
| # https://github.com/sindresorhus/atom-editorconfig/issues/3 | |
| root = true | |
| [*] | |
| charset = utf-8 | |
| end_of_line = lf | 
  
    
      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
    
  
  
    
  | > This is a Quix Command File | |
| > | |
| > For the syntax of this file, please refer to https://www.quixapp.com/syntax/ | |
| > | |
| @Basic commands | |
| @These are the most basic commands Quix offers, but possibly also the most powerful ones. | |
| a http://www.amazon.co.jp/s/?field-keywords=%s Amazon Search | |
| d http://www.google.co.jp/search?q=define:%s Google Define a word | |
| dict http://www.google.co.jp/dictionary?langpair=en%7Cen&q=%s&hl=en&aq=f Google Dictionary for a word | 
  
    
      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
    
  
  
    
  | "Settings | |
| let scrolltep = 30 | |
| let fullpagescrollpercent = 100 | |
| "set nohud | |
| set autohidecursor | |
| "set noinsertmappings | |
| set nosmoothscroll | |
| let blacklists = ["https://mail.google.com/*"] | |
| let mapleader = "," | |
| "let locale = "jp" | 
  
    
      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
    
  
  
    
  | #!/usr/bin/env python | |
| # -*- encoding: utf-8 -*- | |
| from libs.pprint import pprint | |
| from libs.base_handler import * | |
| import json | |
| class Handler(BaseHandler): | |
| ''' | |
| this is a sample handler | 
  
    
      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
    
  
  
    
  | alias dl "docker ps -l -q" | |
| alias dlip "docker inspect (dl) | grep IPAddress | cut -d '\"' -f 4" | 
  
    
      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
    
  
  
    
  | PermitRootLogin without-password | 
  
    
      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
    
  
  
    
  | [osd.1] | |
| host = foo | |
| public addr = 192.168.1.3 | 
  
    
      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
    
  
  
    
  | # vcs_info 設定 | |
| RPROMPT="" | |
| autoload -Uz vcs_info | |
| autoload -Uz add-zsh-hook | |
| autoload -Uz is-at-least | |
| autoload -Uz colors | |
| # 以下の3つのメッセージをエクスポートする |